mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d11a0cea9d
- Add INSTALL_TARGET=install-strip - Remove MAKE_JOBS_UNSAFE (tested on Redports) - Use default do-install such that libadf gets installed
26 lines
557 B
Makefile
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>
|