aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/xforms/Makefile
blob: 0e77c70697fab147c3b0d3494e9dc9e60645fc5b (plain) (blame)
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
26
27
28
29
# 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>