74c77080ea
This port fails to build because library is used before it is created: /usr/bin/ld: cannot find -lphk
23 lines
431 B
Makefile
23 lines
431 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
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-patch:
|
|
@${SED} -i -e 's!/usr/local!$${PREFIX}!g' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|