mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c98cfd116d
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.
26 lines
497 B
Makefile
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>
|