freebsd-ports/net/xisp/Makefile
Renato Botelho 60f4c26121 - Update to 2.7p4
- UNBREAK
- Respect CC/CFLAGS
- Respect PREFIX
- Rework pkg-plist
- Install files on ${PREFIX}/ppp and rename ip-* to ip-*.xisp

PR:		ports/93792
Submitted by:	garga
Approved by:	portmgr (clement), maintainer
2006-02-27 11:31:02 +00:00

31 lines
585 B
Makefile

# New ports collection makefile for: xisp
# Date created: June 24, 1999
# Whom: tm@onepost.net
#
# $FreeBSD$
#
PORTNAME= xisp
PORTVERSION= 2.7p4
CATEGORIES= net
MASTER_SITES= http://xisp.hellug.gr/release/
PATCH_SITES= http://www.ml-search.com/xisp/distfiles/
MAINTAINER= tm@onepost.net
COMMENT= A user-friendly X interface to pppd/chat
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
USE_XPM= yes
USE_X_PREFIX= yes
MAKE_ENV+= CCFLAGS="${CFLAGS}"
MAN1= xisp.1
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>