summaryrefslogtreecommitdiff
path: root/deskutils/plan/Makefile
blob: cc074293fed71432655aab26ef444fe7514b8322 (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
30
# New ports collection makefile for:	plan
# Version required:			1.7.1
# Date created:				14 April 1996
# Whom:	Daniel Eischen <deischen@iworks.InterWorks.org>
#
# $Id: Makefile,v 1.11 1998/08/07 22:17:53 asami Exp $
#

#	Also update	ports/japanese/plan/ (ja-plan) when this port is updated

DISTNAME=	plan-1.7.1
CATEGORIES=	deskutils
MASTER_SITES=	${MASTER_SITE_XCONTRIB}  \
		ftp://ftp.fu-berlin.de/pub/unix/graphics/plan/
MASTER_SITE_SUBDIR=	applications

MAINTAINER=	deischen@iworks.InterWorks.org

BROKEN_ELF=	yes

REQUIRES_MOTIF=	yes
WRKSRC=		${WRKDIR}/${DISTNAME}/src
ALL_TARGET=	freebsd
MAN1=		netplan.1 plan.1
MAN4=		plan.4

post-install:
	@${MKDIR} ${PREFIX}/share/netplan.dir

.include <bsd.port.mk>