1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/deskutils/plan/Makefile
Akinori MUSHA 6eff5967a7 Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
2000-04-14 17:10:50 +00:00

28 lines
634 B
Makefile

# New ports collection makefile for: plan
# Date created: 14 April 1996
# Whom: Daniel Eischen <deischen@iworks.InterWorks.org>
#
# $FreeBSD$
#
# Also update ports/japanese/plan/ (ja-plan) when this port is updated
PORTNAME= plan
PORTVERSION= 1.8.2
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
REQUIRES_MOTIF= yes
WRKSRC= ${WRKDIR}/plan-1.8.2/src
ALL_TARGET= freebsd
MAN1= netplan.1 plan.1
MAN4= plan.4
post-install:
@${MKDIR} ${PREFIX}/share/netplan.dir
.include <bsd.port.mk>