1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/misc/fortune-mod-bofh/Makefile
Alexey Dokuchaev a5a41e799d For ports in `misc' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on
the SUB_FILES list.
2018-05-05 13:54:37 +00:00

35 lines
816 B
Makefile

# Created by: Yonatan@Xpert.com
# $FreeBSD$
PORTNAME= fortune-mod-bofh
PORTVERSION= 2.0
PORTREVISION= 3
CATEGORIES= misc
MASTER_SITES= LOCAL/flz/${PORTNAME} \
http://www.irq.org/
DISTFILES= bofh-fortune-mod${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= onatan@gmail.com
COMMENT= Compilation of excuses from the "Bastard Operator From Hell"
WRKSRC= ${WRKDIR}/bofh-fortune-mod2.0
SUB_FILES= pkg-message
.if exists(/usr/games/strfile)
STRFILE= /usr/games/strfile
.elif exists(/usr/bin/strfile)
STRFILE= /usr/bin/strfile
.else
IGNORE= needs strfile command. Please install games distribution of base system
.endif
do-build:
@${STRFILE} ${WRKSRC}/bofh
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune
${INSTALL_DATA} ${WRKSRC}/bofh* ${STAGEDIR}${PREFIX}/share/games/fortune
.include <bsd.port.mk>