2850f24301
- Extract messages from post-install into pkg-message [2] - Use EXAMPLESDIR [2] PR: ports/115295 [1] Submitted by: Denis Barov <dindin at dindin.ru> (maintainer) [1] Approved by: Denis Barov <dindin at dindin.ru> (maintainer) [2]
30 lines
711 B
Makefile
30 lines
711 B
Makefile
# New ports collection makefile for: fortune-bashorgru
|
|
# Date created: 19-04-2007
|
|
# Whom: dindin@dindin.ru
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fortune-bashorgru
|
|
PORTVERSION= 20070808
|
|
CATEGORIES= russian
|
|
MASTER_SITES= http://www.dindin.ru/download/
|
|
|
|
MAINTAINER= dindin@dindin.ru
|
|
COMMENT= Fortunes from bash.org.ru and freebsd.rusnet.org.ru/bash
|
|
|
|
NO_BUILD= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
SUB_LIST= PORTNAME=${PORTNAME}
|
|
|
|
do-install:
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
@${MKDIR} ${PREFIX}/share/games/fortune/rus
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/* ${PREFIX}/share/games/fortune/rus
|
|
${INSTALL_DATA} ${WRKSRC}/fortune-update.sh ${EXAMPLESDIR}/
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|