freebsd-ports/devel/libphk/Makefile
2015-05-12 12:38:19 +00:00

21 lines
407 B
Makefile

# Created by: mat
# $FreeBSD$
PORTNAME= libphk
PORTVERSION= 0.3.20080902
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://phk.freebsd.dk/phkrel/
DISTNAME= Libphk.${PORTVERSION:C/0.3.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= PHK's utilities functions
USES= uidfix tar:tgz
WRKSRC= ${WRKDIR}/Libphk
post-patch:
@${SED} -i -e 's!/usr/local!$${PREFIX}!g' ${WRKSRC}/Makefile
.include <bsd.port.mk>