e1e2ff0628
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
21 lines
586 B
Makefile
21 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/12/24 18:55:37 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= portlib-1.01
|
|
PKGNAME= libportlib-1.01
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.primate.wisc.edu/software/portlib/
|
|
|
|
MAINTAINER= collver1@attbi.com
|
|
HOMEPAGE= http://www.primate.wisc.edu/software/portlib/
|
|
COMMENT= portable file locking and directory reading
|
|
|
|
WRKSRC= ${WRKDIR}/portlib-1.01
|
|
|
|
post-patch:
|
|
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak
|
|
${SED} <${WRKSRC}/Makefile.bak >${WRKSRC}/Makefile \
|
|
-e 's|/usr/local|${PREFIX}|' \
|
|
-e 's|/usr/ucb/install|${INSTALL}|'
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|