freebsd-ports/x11-toolkits/xforms/Makefile
Masafumi Max NAKANE 23cf1db3d7 Some files were missing from the packing list.
This completely and finally closes
PR:		3297
1997-05-16 12:53:21 +00:00

29 lines
632 B
Makefile

# New ports collection makefile for: xforms
# Version required: 0.86
# Date created: 28 March 1997
# Whom: gena
#
# $Id: Makefile,v 1.10 1997/03/28 11:39:55 asami Exp $
#
DISTNAME= bxform-086
PKGNAME= xforms-0.86
CATEGORIES= graphics x11
MASTER_SITES= ftp://einstein.phys.uwm.edu/pub/xforms/freeBSD/
EXTRACT_SUFX= .tgz
MAINTAINER= gena@NetVision.net.il
USE_X11= yes
WRKSRC= ${WRKDIR}/xforms
MAN1= fdesign.1 fd2ps.1
MAN5= xforms.5
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.if !defined(NOMANCOMPRESS)
@${RM} ${PREFIX}/man/man5/forms.5
@ln -fs xforms.5.gz ${PREFIX}/man/man5/forms.5.gz
.endif
.include <bsd.port.mk>