diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-03 21:12:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-03 21:12:07 +0800 |
commit | 948750537c8bcbfa381ce808a7a77eefec089661 (patch) | |
tree | ba5c36f962fe2e0b0bc4148c9199dc03dca0bbc1 /net/xisp/Makefile | |
parent | 31d86952174223f0818dbf748e85d2cf797bd531 (diff) | |
download | freebsd-ports-gnome-948750537c8bcbfa381ce808a7a77eefec089661.tar.gz freebsd-ports-gnome-948750537c8bcbfa381ce808a7a77eefec089661.tar.zst freebsd-ports-gnome-948750537c8bcbfa381ce808a7a77eefec089661.zip |
Maintainer update:
Upgrade to version 2.7
Fix build with xforms
PR: ports/42650
Submitted by: tm@onepost.net (Takeshi Morishima)
Diffstat (limited to 'net/xisp/Makefile')
-rw-r--r-- | net/xisp/Makefile | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/net/xisp/Makefile b/net/xisp/Makefile index 26fcfed5f805..3813bc1dee6f 100644 --- a/net/xisp/Makefile +++ b/net/xisp/Makefile @@ -1,29 +1,24 @@ # New ports collection makefile for: xisp # Date created: June 24, 1999 -# Whom: morishim@cig.mot.com +# Whom: tm@onepost.net # # $FreeBSD$ # PORTNAME= xisp -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= net -MASTER_SITES= http://www.ml-search.com/xisp/distfiles/ -DISTFILES= xisp-2.6-noufc.tar.gz \ - xisp-2.6-freebsd-patch.tar.gz +MASTER_SITES= http://xisp.hellug.gr/release/ -MAINTAINER= morishim@cig.mot.com +PATCH_SITES= http://www.ml-search.com/xisp/distfiles/ +PATCHFILES= xisp-2.7-freebsd-patch-20030126.gz + +MAINTAINER= tm@onepost.net LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms USE_XPM= yes -WRKSRC= ${WRKDIR}/xisp-2.6 + MAN1= xisp.1 -HAS_CONFIGURE= yes -.if defined(WITH_DES) -CONFIGURE_ENV= USE_DESLIB="yes" -.else -CONFIGURE_ENV= USE_DESLIB="no" -.endif .include <bsd.port.mk> |