mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
88c3d88049
Found by: obento
29 lines
618 B
Makefile
29 lines
618 B
Makefile
# 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 \
|
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
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>
|