freebsd-ports/deskutils/gcal/Makefile
Johan van Selst 66ac07a169 Update GNU cal to version 4
Even though this is a major version update, changes are minor
http://lists.gnu.org/archive/html/info-gnu/2015-06/msg00001.html
2015-06-05 16:13:20 +00:00

43 lines
1.1 KiB
Makefile

# Created by: Cyrille Lefevre <clefevre@citeweb.net>
# $FreeBSD$
PORTNAME= gcal
PORTVERSION= 4
CATEGORIES= deskutils
MASTER_SITES= GNU
MAINTAINER= johans@FreeBSD.org
COMMENT= The GNU Gregorian calendar program
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
USES= charsetfix shebangfix makeinfo tar:xz
SHEBANG_FILES= misc/gcalltx/gcalltxp.in misc/gcalltx/gcalltx.pl
INFO= gcal
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
GCAL_SCRIPTS= daily/daily ddiff/ddiff ddiff/ddiffdrv dst/dst gcalltx/gcalltx \
gcalltx/gcalltxp moon/moon mrms/mrms srss/srss wloc/wlocdrv
post-patch:
.for p in ${GCAL_SCRIPTS}
@${REINPLACE_CMD} -e '/^ThisGcal=/s:=.*:=${PREFIX}/bin/gcal:' \
-e '/^packagedatamiscdir=/s:=.*:=${DATADIR}/misc/${p:H}:' \
${WRKSRC}/misc/${p}.in
.endfor
post-install:
@${TAR} -cf - -C ${WRKSRC} --exclude '*.in' --exclude '*.in.bak' \
--exclude '*.alias' misc | \
${TAR} -xpf - -C ${STAGEDIR}${DATADIR}
.for p in ${GCAL_SCRIPTS}
@${CHMOD} +x ${STAGEDIR}${DATADIR}/misc/${p}
@${LN} -s ${DATADIR}/misc/${p} ${STAGEDIR}${PREFIX}/bin/gcal-${p:T}
.endfor
.include <bsd.port.mk>