1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11-toolkits/xforms/Makefile

49 lines
1020 B
Makefile
Raw Normal View History

# New ports collection makefile for: xforms
# Date created: 28 March 1997
# Whom: gena
#
1999-08-31 03:04:38 +00:00
# $FreeBSD$
#
PORTNAME= xforms
PORTVERSION= 0.88.1
CATEGORIES= graphics x11-toolkits
EXTRACT_SUFX= .tgz
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
2000-06-15 16:44:16 +00:00
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "elf"
.if ${MACHINE_ARCH} == "alpha"
DISTNAME= bxform-freebsd-alpha
.else
1998-11-02 04:35:08 +00:00
DISTNAME= bxform-freebsd-elf
.endif
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://bragg.phys.uwm.edu/~zhao/ftp/
MASTER_SITE_SUBDIR= steve
1998-11-02 04:35:08 +00:00
PATCHDIR= ${.CURDIR}/patches.elf
.else
DISTNAME= bxform-088
MASTER_SITES= ftp://bragg.phys.uwm.edu/pub/xforms/freeBSD/ \
ftp://ftp.via.ecp.fr/pub2/xforms/freeBSD/ \
ftp://ftp.st.ryukoku.ac.jp/pub/X11/xforms/freeBSD/
1998-11-02 04:35:08 +00:00
.endif
MAINTAINER= gena@NetVision.net.il
1998-11-02 04:35:08 +00:00
PATCH_STRIP= -p0 -t
WRKSRC= ${WRKDIR}/xforms
MAN1= fdesign.1 fd2ps.1
MAN5= xforms.5
post-install:
.if !defined(NOMANCOMPRESS)
@${RM} ${PREFIX}/man/man5/forms.5
1999-08-28 01:58:05 +00:00
@${LN} -fs xforms.5.gz ${PREFIX}/man/man5/forms.5.gz
.endif
.include <bsd.port.post.mk>