1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/graphics/acidwarp/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

40 lines
847 B
Makefile

# Created by: trevor
# $FreeBSD$
PORTNAME= acidwarp
PORTVERSION= 1.0
CATEGORIES= graphics
MASTER_SITES= SUNSITE/apps/graphics/hacks/svgalib
MAINTAINER= swills@FreeBSD.org
COMMENT= SVGAlib demo which displays trippy mathematical images in cycling colors
LIB_DEPENDS= libvga.so:graphics/svgalib
ONLY_FOR_ARCHS= i386
ALL_TARGET= ${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/acidwarp
PORTDOCS= README TODO Thanks
OPTIONS_DEFINE= SETUID DOCS
OPTIONS_DEFAULT= SETUID
SETUID_DESC= Install with setuid bit set
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSETUID}
BINMODE= 4555
.endif
post-extract:
${RM} ${WRKSRC}/acidwarp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/acidwarp ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>