17 lines
248 B
Plaintext
17 lines
248 B
Plaintext
|
# no RCS Id here, please
|
||
|
|
||
|
COMMENT = portbump test package 6
|
||
|
PKGNAME = portbump-t6-1.0
|
||
|
|
||
|
WANTLIB = c pthread
|
||
|
|
||
|
DISTFILES =
|
||
|
|
||
|
do-extract:
|
||
|
cp ${FILESDIR}/* ${WRKSRC}
|
||
|
|
||
|
do-install:
|
||
|
${INSTALL_PROGRAM} ${WRKBUILD}/t6 ${PREFIX}/bin
|
||
|
|
||
|
.include <bsd.port.mk>
|