mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
32 lines
570 B
Makefile
32 lines
570 B
Makefile
# Created by: Per Wigren
|
|
|
|
PORTNAME= unadf
|
|
PORTVERSION= 0.7.12
|
|
PORTREVISION= 2
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Extracts files from .adf-files used by Amiga emulators
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf libtool pathfix tar:bzip2
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= lclevy
|
|
GH_PROJECT= ADFlib
|
|
GH_TAGNAME= f3af9e0
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include/adflib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/adflib
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|