head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.05.54.24;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2007.08.04.11.40.37;	author gabor;	state Exp;
branches;
next	1.8;

1.8
date	2006.08.12.13.11.16;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2006.05.07.13.12.58;	author lawrance;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.05.20.36.53;	author trevor;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.20.16.44.17;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.10.16.44.58;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.43.42;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.22.05.51.51;	author will;	state Exp;
branches;
next	1.1;

1.1
date	2000.06.03.04.58.14;	author will;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	undms
# Date created:				Sat 3 June 2000
# Whom:					will
#
# $FreeBSD: head/archivers/undms/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	undms
PORTVERSION=	1.3
CATEGORIES=	archivers
MASTER_SITES=	ftp://de.aminet.net/misc/unix/ \
		ftp://us.aminet.net/misc/unix/
DISTNAME=	${PORTNAME}-${PORTVERSION}.c
EXTRACT_SUFX=	.Z

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Converts .dms Amiga disk images to uncompressed .adf images

NO_WRKSUBDIR=	yes
PLIST_FILES=	bin/undms

do-extract:
	${MKDIR} ${WRKDIR}
	${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}

do-build:
	cd ${WRKSRC} && ${CC} ${CFLAGS} -o undms undms-1.3.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/undms ${PREFIX}/bin/

.include <bsd.port.mk>
@


1.9
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@Respect DESTDIR

PR:		101812
Submitted by:	gabor
@
text
@d30 1
a30 1
	${INSTALL_PROGRAM} ${WRKSRC}/undms ${TARGETDIR}/bin/
@


1.7
log
@Update master site.

Reported by:	fenner's distfile survey
@
text
@d30 1
a30 1
	${INSTALL_PROGRAM} ${WRKSRC}/undms ${PREFIX}/bin/
@


1.6
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d11 2
a12 2
MASTER_SITES=	ftp://de.aminet.net/pub/aminet/misc/unix/ \
		ftp://us.aminet.net/pub/aminet/misc/unix/
@


1.5
log
@De-pkg-comment.
@
text
@d20 1
@


1.4
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d17 1
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a17 2
PORTCOMMENT=	Converts .dms Amiga disk images to uncompressed .adf images

@


1.2
log
@Unleash all of these ports upon the people.  I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/undms/Makefile,v 1.1 2000/06/03 04:58:14 will Exp $
d17 2
@


1.1
log
@Add undms, a utility that decompresses .dms Amiga disk images to
uncompressed .adf images.

Obtained from:	NetBSD
@
text
@d5 1
a5 1
# $FreeBSD$
d16 1
a16 1
MAINTAINER=	will@@FreeBSD.org
@

