diff options
author | jseger <jseger@FreeBSD.org> | 1998-11-02 04:35:08 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-11-02 04:35:08 +0000 |
commit | 3eb3e4705b05c2bb4a31fafa5453465fb3d380a9 (patch) | |
tree | 125819ac39fe60e266c7ec7ff3666987f4410938 /x11-toolkits | |
parent | 227fbc5e5a1761a649f8ec755683fcc6620cac41 (diff) | |
download | FreeBSD-ports-3eb3e4705b05c2bb4a31fafa5453465fb3d380a9.zip FreeBSD-ports-3eb3e4705b05c2bb4a31fafa5453465fb3d380a9.tar.gz |
Unbreak for ELF
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xforms/Makefile | 16 | ||||
-rw-r--r-- | x11-toolkits/xforms/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/xforms/pkg-plist | 6 |
3 files changed, 15 insertions, 8 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index 75f2641..e91e421 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -3,21 +3,27 @@ # Date created: 28 March 1997 # Whom: gena # -# $Id: Makefile,v 1.18 1998/08/07 22:56:48 asami Exp $ +# $Id: Makefile,v 1.19 1998/09/26 23:14:12 steve Exp $ # +ARE_WE_ELF!= test -x /usr/bin/objformat && /usr/bin/objformat || echo aout +.if ${ARE_WE_ELF} == "elf" +DISTNAME= bxform-freebsd-elf +MASTER_SITES= http://bragg.phys.uwm.edu/~zhao/ftp/ +PATCHDIR= ${.CURDIR}/patches.elf +.else DISTNAME= bxform-088 -PKGNAME= xforms-0.88.1 -CATEGORIES= graphics x11-toolkits 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 -BROKEN_ELF= a.out library only - +PATCH_STRIP= -p0 -t USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/xforms MAN1= fdesign.1 fd2ps.1 diff --git a/x11-toolkits/xforms/distinfo b/x11-toolkits/xforms/distinfo index 1c5cc75..b7137f8 100644 --- a/x11-toolkits/xforms/distinfo +++ b/x11-toolkits/xforms/distinfo @@ -1 +1,2 @@ MD5 (bxform-088.tgz) = 106c6d429e1b2a11f460e5375c5d51c6 +MD5 (bxform-freebsd-elf.tgz) = 30d178a335f71422eaf20464ce305854 diff --git a/x11-toolkits/xforms/pkg-plist b/x11-toolkits/xforms/pkg-plist index ececdba..4405aa1 100644 --- a/x11-toolkits/xforms/pkg-plist +++ b/x11-toolkits/xforms/pkg-plist @@ -1,10 +1,10 @@ -bin/fdesign bin/fd2ps +bin/fdesign +include/forms.h lib/libxforms.a lib/libxforms.so.0.88 lib/libxforms.so +man/man5/forms.5.gz @exec ldconfig -m %B @unexec /sbin/ldconfig -R @exec ranlib %D/lib/libxforms.a -include/forms.h -man/man5/forms.5.gz |