diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-25 13:59:02 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-25 13:59:02 +0800 |
commit | 08dc6987dc6ad8f194ce7f44ba40957d53042f60 (patch) | |
tree | f3351a95f05f1bffeb2ef1cff1e49fa430300b7c /net/xisp/Makefile | |
parent | 4fdf9e16d666ca2b678f3ac15f649c1e274a6978 (diff) | |
download | freebsd-ports-gnome-08dc6987dc6ad8f194ce7f44ba40957d53042f60.tar.gz freebsd-ports-gnome-08dc6987dc6ad8f194ce7f44ba40957d53042f60.tar.zst freebsd-ports-gnome-08dc6987dc6ad8f194ce7f44ba40957d53042f60.zip |
A user-friendly X interface to pppd/chat
PR: 13217
Submitted by: Takeshi Morishima <morishim@cig.mot.com>
Diffstat (limited to 'net/xisp/Makefile')
-rw-r--r-- | net/xisp/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net/xisp/Makefile b/net/xisp/Makefile new file mode 100644 index 000000000000..33b06a30f829 --- /dev/null +++ b/net/xisp/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: xisp +# Version required: 2.6 +# Date created: June 24, 1999 +# Whom: morishim@cig.mot.com +# +# $FreeBSD$ + +DISTNAME= xisp-2.6 +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 + +MAINTAINER= morishim@cig.mot.com + +LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms + +WRKSRC= ${WRKDIR}/xisp-2.6 +MAN1= xisp.1 +HAS_CONFIGURE= yes +.if defined(USE_DES) +CONFIGURE_ENV= USE_DESLIB="yes" +.else +CONFIGURE_ENV= USE_DESLIB="no" +.endif + +.include <bsd.port.mk> |