blob: 4c9b6a1c5e80ef170343bff2ff5e48341e57cd4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: xforms
# Version required: 0.75
# Date created: 01 October 1995
# Whom: gena
#
# $Id: Makefile,v 1.3 1995/10/05 12:34:15 asami Exp $
#
DISTNAME= bxform-075
PKGNAME= xforms-0.75
CATEGORIES+= graphics x11
MASTER_SITES= ftp://laue.phys.uwm.edu/pub/xforms/freeBSD/
EXTRACT_SUFX= .tgz
MAINTAINER= gena@NetVision.net.il
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_X11= yes
WRKSRC= ${WRKDIR}/xforms
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>
|