03ea112fc9
PR: ports/41560 Submitted by: maintainer
22 lines
401 B
Makefile
22 lines
401 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: pen
|
|
# Date created: Nov 13, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pen
|
|
PORTVERSION= 0.9.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://siag.nu/pub/pen/ \
|
|
http://siag.nu/pub/pen/
|
|
|
|
MAINTAINER= dominic_marks@btinternet.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-daemon
|
|
|
|
MAN1= mergelogs.1 pen.1 penctl.1 penlog.1 penlogd.1
|
|
|
|
.include <bsd.port.mk>
|