freebsd-ports/ports-mgmt/portsman/Makefile
Boris Samorodov 44d0562963 Use BERLIOS macro for MASTER_SITES.
PR:		ports/142172 (inspirited by)
Submitted by:	Sevan Janiyan <venture37 at geeklan.co.uk>
2010-01-01 10:50:08 +00:00

27 lines
590 B
Makefile

# 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
PORTREVISION= 2
CATEGORIES= ports-mgmt
MASTER_SITES= BERLIOS
# temporary
DISTNAME= ${PORTNAME}-${PORTVERSION}-rc2
MAINTAINER= ports@FreeBSD.org
COMMENT= An ncurses based front-end to manage the FreeBSD ports collection
MAN1= portsman.1
MAN5= portsmanrc.5
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e "/^pmanrcdir/s|etc$$|etc/portsman|" \
${WRKSRC}/config/Makefile.in
.include <bsd.port.mk>