1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/configkit/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
508 B
Makefile

# Created by: mat
# $FreeBSD$
PORTNAME= configkit
PORTVERSION= 0.4.20080902
CATEGORIES= devel
MASTER_SITES= http://phk.freebsd.dk/phkrel/
DISTNAME= ConfigKit.${PORTVERSION:C/0.4.//}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Somewhat prototypical facility for generating CLI interfaces
BUILD_DEPENDS= ${LOCALBASE}/lib/libphk.a:devel/libphk
WRKSRC= ${WRKDIR}/ConfigKit
USES= uidfix
MAKE_ARGS= BINDIR=${PREFIX}/bin LIBDIR=${PREFIX}/lib INCLUDEDIR=${PREFIX}/include
.include <bsd.port.mk>