1996-08-05 09:38:11 +02:00
|
|
|
# New ports collection makefile for: plan
|
|
|
|
# Version required: 1.5.1
|
|
|
|
# Date created: 14 April 1996
|
|
|
|
# Whom: Daniel Eischen <deischen@iworks.InterWorks.org>
|
|
|
|
#
|
1996-08-09 06:27:49 +02:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1996/08/05 07:38:10 tg Exp $
|
|
|
|
#
|
1996-08-05 09:38:11 +02:00
|
|
|
|
|
|
|
DISTNAME= plan-1.5.1
|
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
|
|
|
|
|
|
|
|
MAINTAINER= deischen@iworks.InterWorks.org
|
|
|
|
|
|
|
|
REQUIRES_MOTIF= yes
|
|
|
|
|
1996-08-09 06:27:49 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOMANCOMPRESS)
|
|
|
|
gzip -9nf ${PREFIX}/man/man1/plan.1
|
|
|
|
gzip -9nf ${PREFIX}/man/man4/plan.4
|
|
|
|
.endif
|
|
|
|
|
1996-08-05 09:38:11 +02:00
|
|
|
.include <bsd.port.mk>
|