mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
1c8dffbd8b
Upgrade to version 2.7 Fix build with xforms PR: ports/42650 Submitted by: tm@onepost.net (Takeshi Morishima)
25 lines
445 B
Makefile
25 lines
445 B
Makefile
# New ports collection makefile for: xisp
|
|
# Date created: June 24, 1999
|
|
# Whom: tm@onepost.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xisp
|
|
PORTVERSION= 2.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://xisp.hellug.gr/release/
|
|
|
|
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
|
|
|
|
MAN1= xisp.1
|
|
|
|
.include <bsd.port.mk>
|