mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
21 lines
462 B
Makefile
21 lines
462 B
Makefile
# New ports collection makefile for: birthday
|
|
# Date created: 21 May 2001
|
|
# Whom: 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= A program that outputs reminders for upcoming events (e.g. birthdays)
|
|
|
|
MAN1= birthday.1
|
|
MANCOMPRESSED= no
|
|
PLIST_FILES= bin/birthday
|
|
|
|
.include <bsd.port.mk>
|