freebsd-ports/net/xisp/Makefile
Jeremy Lea b4455771cc Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:19:02 +00:00

30 lines
604 B
Makefile

# New ports collection makefile for: xisp
# Date created: June 24, 1999
# Whom: morishim@cig.mot.com
#
# $FreeBSD$
#
PORTNAME= xisp
PORTVERSION= 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 \
Xpm.4:${PORTSDIR}/graphics/xpm
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>