1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/libphk/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

24 lines
454 B
Makefile

# Created by: mat
# $FreeBSD$
PORTNAME= libphk
PORTVERSION= 0.3.20080902
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://phk.freebsd.dk/phkrel/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=mat
DISTNAME= Libphk.${PORTVERSION:C/0.3.//}
MAINTAINER= perl@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>