freebsd-ports/textproc/pict/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

25 lines
531 B
Makefile

PORTNAME= pict
DISTVERSIONPREFIX= v
DISTVERSION= 3.7.1
PORTREVISION= 1
CATEGORIES= textproc devel
MAINTAINER= greg@unrelenting.technology
COMMENT= Pairwise Independent Combinatorial Testing tool
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
USES= compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= Microsoft
USE_LDCONFIG= yes
PLIST_FILES= bin/pict \
lib/libpict.so
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pict ${STAGEDIR}${PREFIX}/bin
${INSTALL_LIB} ${WRKSRC}/libpict.so ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.mk>