| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/polish/fortunepl/ |
Upload File : |
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>