1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/misc/birthday/Makefile
Eitan Adler fbc06e4df6 Cleanup unmaintained ports in the misc category:
- Single space for WWW in pkg-descr
	- Ordering if of items in Makefile
	- Trim headers
	- Comment should not begin with leading article
	- Pet portlint
2013-03-25 18:44:20 +00:00

29 lines
653 B
Makefile

# Created by: Niek Bergboer <niek@bergboer.net>
# $FreeBSD$
PORTNAME= birthday
PORTVERSION= 1.5
CATEGORIES= misc
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
USE_GMAKE= yes
MAKEFILE= ${WRKSRC}/Makefile.gnu
ALL_TARGET= birthday
MAKE_ARGS= CFLAGS="${CFLAGS} -DUNIX"
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
.include <bsd.port.mk>