1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Add stage support

- Convert USE_GMAKE to USES
- Add LICENSE
This commit is contained in:
Danilo Egea Gondolfo 2013-12-09 13:05:45 +00:00
parent f9a45a28bb
commit a93d01320c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335978

View File

@ -9,21 +9,21 @@ MASTER_SITES= http://users.zetnet.co.uk/mortia/source/
MAINTAINER= ports@FreeBSD.org
COMMENT= Outputs reminders for upcoming events (e.g. birthdays)
MAN1= birthday.1
MANCOMPRESSED= no
PLIST_FILES= bin/birthday
LICENSE= ART10 GPLv2
LICENSE_COMB= dual
USE_GMAKE= yes
PLIST_FILES= bin/birthday man/man1/birthday.1.gz
USES= gmake
MAKEFILE= ${WRKSRC}/Makefile.gnu
ALL_TARGET= birthday
MAKE_ARGS= CFLAGS="${CFLAGS} -DUNIX"
NO_STAGE= yes
do-configure:
cd ${WRKSRC} && ${MAKE} Makefile.gnu
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/birthday ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/birthday.man ${MAN1PREFIX}/man/man1/birthday.1
${INSTALL_PROGRAM} ${WRKSRC}/birthday ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/birthday.man ${STAGEDIR}${MAN1PREFIX}/man/man1/birthday.1
.include <bsd.port.mk>