blob: 05176046ef0dced1edb89162108adbb4b5cc40b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
CATEGORIES= sysutils
MASTER_SITES= http://download.berlios.de/portsman/
# temporary
DISTNAME= ${PORTNAME}-${PORTVERSION}-rc2
MAINTAINER= anselmg@t-online.de
COMMENT= An ncurses based front-end to manage the FreeBSD ports collection
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400000
LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
.endif
MAN1= portsman.1
MAN5= portsmanrc.5
USE_GZIP= yes
GNU_CONFIGURE= yes
.include <bsd.port.post.mk>
|