freebsd-ports/x11-toolkits/xforms/Makefile
Steve Price cc5fbb2405 We now have a port of xforms for FreeBSD/Alpha. With the permission of
the author I've stuck these on my homepage until they appear on the real
MASTER_SITE.  While I was at it I also fixed up the ELF port so that we
didn't need to mung the soname in the library.
1999-05-30 02:44:19 +00:00

46 lines
1.1 KiB
Makefile

# New ports collection makefile for: xforms
# Version required: 0.88.1
# Date created: 28 March 1997
# Whom: gena
#
# $Id: Makefile,v 1.23 1999/01/07 08:19:54 simokawa Exp $
#
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${PORTOBJFORMAT} == "elf"
.if ${MACHINE_ARCH} == "alpha"
DISTNAME= bxform-freebsd-alpha
.else
DISTNAME= bxform-freebsd-elf
.endif
MASTER_SITES= http://www.freebsd.org/~steve/distfiles/ \
http://bragg.phys.uwm.edu/~zhao/ftp/
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/
.endif
PKGNAME= xforms-0.88.1
CATEGORIES= graphics x11-toolkits
EXTRACT_SUFX= .tgz
MAINTAINER= gena@NetVision.net.il
PATCH_STRIP= -p0 -t
WRKSRC= ${WRKDIR}/xforms
MAN1= fdesign.1 fd2ps.1
MAN5= xforms.5
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${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.post.mk>