freebsd-ports/x11-toolkits/xforms/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

26 lines
497 B
Makefile

# New ports collection makefile for: xforms
# Version required: 0.81
# Date created: 29 June 1996
# Whom: gena
#
# $Id: Makefile,v 1.6 1996/11/18 11:44:20 asami Exp $
#
DISTNAME= bxform-081
PKGNAME= xforms-0.81
CATEGORIES= graphics x11
MASTER_SITES= ftp://laue.phys.uwm.edu/pub/xforms/freeBSD/
EXTRACT_SUFX= .tgz
MAINTAINER= gena@NetVision.net.il
USE_X11= yes
WRKSRC= ${WRKDIR}/xforms
MAN1= fdesign.1
MAN5= xforms.5
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>