1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/archivers/unadf/Makefile
Tijl Coosemans d11a0cea9d - Convert to USES=autoreconf and USES=libtool
- Add INSTALL_TARGET=install-strip
- Remove MAKE_JOBS_UNSAFE (tested on Redports)
- Use default do-install such that libadf gets installed
2014-09-17 18:30:04 +00:00

26 lines
557 B
Makefile

# Created by: Per Wigren
# $FreeBSD$
PORTNAME= unadf
PORTVERSION= 0.7.12
PORTREVISION= 1
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
DOCSDIR= ${PREFIX}/share/doc/adflib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include/adflib
INSTALL_TARGET= install-strip
USES= autoreconf libtool pathfix tar:bzip2
PATHFIX_MAKEFILEIN= Makefile.am
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>