head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	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.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.05.54.24;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2011.07.26.01.00.53;	author zi;	state Exp;
branches;
next	1.10;

1.10
date	2011.06.16.14.37.07;	author bapt;	state Exp;
branches;
next	1.9;

1.9
date	2009.11.22.19.49.28;	author pav;	state Exp;
branches;
next	1.8;

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

1.7
date	2006.08.25.11.45.43;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2006.05.03.05.14.04;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.06.13.10.43;	author trevor;	state Exp;
branches;
next	1.4;

1.4
date	2003.08.31.13.13.36;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.10.42.57;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.04.05.46.25;	author edwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	unadf
# Date created:				1 October 2000
# Whom:					Per Wigren
#
# $FreeBSD: head/archivers/unadf/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	unadf
PORTVERSION=	0.7.12
CATEGORIES=	archivers
MASTER_SITES=	http://lclevy.free.fr/adflib/
DISTNAME=	adflib-${DISTVERSION}

MAINTAINER=	uffe@@uffe.org
COMMENT=	Extracts files from .adf-files used by Amiga emulators

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USE_BZIP2=	yes

MAKE_JOBS_UNSAFE=	yes

USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake

#
# args below adapted from adflib: autogen.sh
#
LIBTOOLIZE_ARGS=--copy --force
AUTOMAKE_ARGS=	--add-missing

#
# ports/aclocal workaround:
#
# aclocal only scans version-specific dir: ${LOCALBASE}/share/aclocal-<version>/
# hence aclocal does not find 3rd party m4 files (libtool.m4 etc)
# http://www.freebsd.org/cgi/query-pr.cgi?ports/98435
ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal

PLIST_FILES=	bin/unadf

DOCS=		API.txt api_device.html api_dir.html api_env.html api_file.html \
		api_index.html api_native.html api_salv.html api_volume.html version0.7.9d_gary.txt

FAQS=		FAQ/adf_info.html FAQ/adf_info.txt FAQ/adf_info_V0_9.txt

FAQSIMGS=	FAQ/image/adf_dir.gif FAQ/image/adf_file.gif

PORTDOCS=	*

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/examples/unadf ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
.endfor
	${MKDIR} ${DOCSDIR}/FAQ
.for i in ${FAQS}
	${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}/FAQ
.endfor
	${MKDIR} ${DOCSDIR}/FAQ/image
.for i in ${FAQSIMGS}
	${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}/FAQ/image
.endfor
.endif

.include <bsd.port.mk>
@


1.11
log
@Update to 0.7.12
Pass maintainership to submitter
Remove DEPRECATED/EXPIRATION_DATE

PR:		ports/158140
Submitted by:	Uffe Jakobsen <uffe@@uffe.org>
Approved by:	tabthorpe (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Another bunch of deprecation: no more public distfiles and/or abandonware
@
text
@d9 1
a9 2
PORTVERSION=	0.7.9b
PORTREVISION=	2
d11 2
a12 2
MASTER_SITES=	http://perso.club-internet.fr/lclevy/adflib/
DISTNAME=	adflib
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d17 22
a38 2
DEPRECATED=	Looks like an abandonware, no more public distfile
EXPIRATION_DATE=	2011-08-01
a39 1
NO_WRKSUBDIR=	yes
a40 4
PORTDOCS=	API.txt api_device.html api_dir.html api_env.html api_file.html \
		api_index.html api_native.html api_salv.html api_volume.html
USE_ZIP=	yes
MAKE_JOBS_UNSAFE=	yes
d42 8
a49 8
post-patch:
	@@${REINPLACE_CMD} -e "s@@tests lib demo@@lib demo@@g" ${WRKSRC}/Makefile
	@@${REINPLACE_CMD} 's|CFLAGS=-I$$(LIBDIR) -O2 -Wall -Wno-uninitialized -pedantic|CFLAGS+= -I$$(LIBDIR)|' \
			${WRKSRC}/Demo/Makefile
	@@${REINPLACE_CMD} -e 's|CFLAGS=|CFLAGS+=|' \
			-e 's|-Wall -O2 -pedantic||' \
			-e 's|CC=|CC?=|' \
			${WRKSRC}/Lib/Makefile
d52 1
a52 1
	${INSTALL_PROGRAM} ${WRKSRC}/Demo/unadf ${PREFIX}/bin
d55 10
a64 2
.for i in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/Docs/${i} ${DOCSDIR}
@


1.9
log
@- Mark MAKE_JOBS_UNSAFE

Reported by:	pointyhat
@
text
@d18 3
@


1.8
log
@Reset bouncing maintainer address.
@
text
@d23 1
@


1.7
log
@- Respect CC
- Respect CFLAGS
- Install docs if NOPORTDOCS is not set
- Bump PORTREVISION

PR:		101810
Submitted by:	gabor
Approved by:	maintainer timeout
@
text
@d15 1
a15 1
MAINTAINER=	wigren@@home.se
@


1.6
log
@Remove USE_REINPLACE from ports in categories starting with A.
@
text
@d10 1
a10 1
PORTREVISION=	1
d20 2
d24 1
a24 1
pre-build:
d26 6
d35 6
@


1.5
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@a19 1
USE_REINPLACE=	yes
@


1.4
log
@[patch] archivers/unadf and "#define LITT_ENDIAN must exist"

	Script Lib/myconf has problem with detecting Big or Little Endian
	machine and he always set "Big Endian machine". archivers/unadf will
	compile but when you want to unpack some files you will get this
	message:
	"Compilation error : #define LITT_ENDIAN must exist"

PR:		ports/53622
Submitted by:	Jacek Serwatynski <tutus@@trynet.eu.org> <tutus@@trynet.eu.org>
@
text
@d19 1
@


1.3
log
@De-pkg-comment.
@
text
@d10 1
@


1.2
log
@PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
@
text
@d15 1
@


1.1
log
@Add unadf 0.7.9b, a program that extracts files from .adf files used
by Amiga emulators.

PR:		21711
Submitted by:	Per Wigren <wigren@@home.se>
@
text
@d17 1
d21 1
a21 1
	@@${PERL} -pi -e "s@@tests lib demo@@lib demo@@g" ${WRKSRC}/Makefile
@

