1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/archivers/unadf/Makefile
Fernando Apesteguía 2c08c2c756 archivers/unadf: Move to USE_GITHUB
The GitHub account is updated while the web site is not.

While here, add missing USE_LDCONFIG

PR:	248085
Submitted by:	marcel@herrbischoff.com
2020-07-22 14:59:51 +00:00

33 lines
582 B
Makefile

# Created by: Per Wigren
# $FreeBSD$
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>