1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-01-21 19:51:08 +00:00
parent b447141b60
commit 5f6ff66f54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340643

View File

@ -7,19 +7,18 @@ CATEGORIES= graphics
MASTER_SITES= http://www.cs.helsinki.fi/u/penberg/duhdraw/
MAINTAINER= ports@FreeBSD.org
COMMENT= An ANSI graphic drawing program
COMMENT= ANSI graphic drawing program
MAKE_ARGS= CC="${CC} ${CFLAGS}"
PLIST_FILES= bin/ansi bin/ansitoc bin/duhdraw
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/<malloc.h>/d' ${WRKSRC}/duhdraw.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ansi ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ansitoc ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/duhdraw ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ansi ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ansitoc ${STAGEDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/duhdraw ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>