freebsd-ports/misc/fortune-mod-futurama/Makefile
Volker Stolz f94ee3fd39 - Update MAINTAINER-line of my ports to new @FreeBSD.org address
- Nuke 2x USE_SIZE while here

Approved by: linimon (mentor)
2004-03-10 13:16:50 +00:00

32 lines
780 B
Makefile

# New ports collection makefile for: fortune-mod-futurama
# Date created: 18 November 2002
# Whom: stolz@i2.informatik.rwth-aachen.de
#
# $FreeBSD$
#
PORTNAME= fortune-mod-futurama
PORTVERSION= 0.2
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.netmeister.org/apps/
MAINTAINER= vs@FreeBSD.org
COMMENT= Compilation of quotes from the TV series "Futurama"
NO_BUILD= yes
USE_BZIP2= yes
PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat
PLIST_DIRS= share/games/fortune share/games
do-install:
@${MKDIR} ${PREFIX}/share/games
@${MKDIR} ${PREFIX}/share/games/fortune
@${INSTALL_DATA} ${WRKSRC}/futurama* ${PREFIX}/share/games/fortune
post-install:
@${SED} 's#PREFIX#${PREFIX}#' <pkg-message
.include <bsd.port.mk>