mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a4b5fe91e3
I hope I got this right!
27 lines
614 B
Makefile
27 lines
614 B
Makefile
# New ports collection makefile for: plan
|
|
# Version required: 1.6
|
|
# Date created: 14 April 1996
|
|
# Whom: Daniel Eischen <deischen@iworks.InterWorks.org>
|
|
#
|
|
# $Id: Makefile,v 1.7 1998/02/01 05:09:52 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= plan-1.6.1
|
|
CATEGORIES= misc
|
|
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}/${DISTNAME}/src
|
|
ALL_TARGET= freebsd
|
|
MAN1= netplan.1 plan.1
|
|
MAN4= plan.4
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/netplan.dir
|
|
|
|
.include <bsd.port.mk>
|