2003-06-03 21:47:49 +00:00
|
|
|
# New ports collection makefile for: portsman
|
|
|
|
# Date created: 18 January 2003
|
|
|
|
# Whom: Anselm R. Garbe <anselmg@t-online.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= portsman
|
|
|
|
PORTVERSION= 0.2
|
2004-06-22 22:33:38 +00:00
|
|
|
PORTREVISION= 2
|
2007-02-05 01:08:46 +00:00
|
|
|
CATEGORIES= ports-mgmt
|
2003-06-03 21:47:49 +00:00
|
|
|
MASTER_SITES= http://download.berlios.de/portsman/
|
|
|
|
# temporary
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-rc2
|
|
|
|
|
2007-02-05 01:47:55 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-03 21:47:49 +00:00
|
|
|
COMMENT= An ncurses based front-end to manage the FreeBSD ports collection
|
|
|
|
|
|
|
|
MAN1= portsman.1
|
|
|
|
MAN5= portsmanrc.5
|
|
|
|
GNU_CONFIGURE= yes
|
2003-07-11 01:52:46 +00:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e "/^pmanrcdir/s|etc$$|etc/portsman|" \
|
|
|
|
${WRKSRC}/config/Makefile.in
|
2003-06-03 21:47:49 +00:00
|
|
|
|
2007-04-19 21:20:48 +00:00
|
|
|
.include <bsd.port.mk>
|