freebsd-ports/polish/fortunepl/Makefile
Tobias C. Berner 7a3ee9d93e polish: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Aleksander Fafula <alex@BSDGuru.org>
  *  Aleksander Fafula <alex@bsdguru.org>
  *  Jacek Pelka <jacek@combit.com.pl>
  *  Maciek Korzen <eaquer@ceti.pl>
  *  Pawel Pekala <c0rn@o2.pl>
  *  Piotr Smyrak <smyru@heron.pl> and
  *  Thierry Thomas <thierry@pompo.net>
  *  smyru@heron.pl
  *  wtp@bsdguru.org

With hat:	portmgr
2022-07-20 16:22:45 +02:00

38 lines
1.1 KiB
Makefile

PORTNAME= fortunepl
PORTVERSION= 20091121
CATEGORIES= polish
MASTER_SITES= ftp://master-ftp.pld-linux.org/${F_SUBDIR}/ \
ftp://ftp.atm.pld-linux.org/${F_SUBDIR}/ \
ftp://ftp.icm.edu.pl/pub/linux/distributions/pld-linux/${F_SUBDIR}/ \
ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/pld/${F_SUBDIR}/ \
ftp://ftp.heanet.ie/pub/pld-linux/${F_SUBDIR}/
F_SUBDIR= pool/f/fortunes-pl
DISTFILES= fortunes-pl-${PORTVERSION}-3.src.rpm
MAINTAINER= ports@FreeBSD.org
COMMENT= Lot of funny Polish fortune files
NO_ARCH= yes
WRKSRC= ${WRKDIR}/fortunes-pl-${PORTVERSION}
.if exists(/usr/games/strfile)
STRCMD= /usr/games/strfile
.elif exists(/usr/bin/strfile)
STRCMD= /usr/bin/strfile
.else
IGNORE= needs strfile command. Please install games distribution of base system
.endif
post-extract:
@(cd ${WRKDIR} && ${TAR} zxf fortunes-pl-${PORTVERSION}.tar.bz2)
do-build:
(cd ${WRKSRC} && ${FIND} . -type f -exec ${STRCMD} {} \;)
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune/pl
${INSTALL_DATA} ${WRKSRC}/* \
${STAGEDIR}${PREFIX}/share/games/fortune/pl
.include <bsd.port.mk>