blob: a8476d886f50cbe464d5dde297ef665773206330 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: birthday
# Date created: 21 May 2001
# Whom: Niek Bergboer <niek@bergboer.net>
#
# $FreeBSD$
#
PORTNAME= birthday
PORTVERSION= 1.4
CATEGORIES= misc
MASTER_SITES= ftp://ftp.nl.debian.org/debian/pool/main/b/birthday/
DISTNAME= birthday_1.4
MAINTAINER= niek@bergboer.net
MAN1= birthday.1
MANCOMPRESSED= no
WRKSRC= ${WRKDIR}/birthday-1.4
.include <bsd.port.mk>
|