1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/xisp/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

26 lines
486 B
Makefile

# Created by: tm@onepost.net
# $FreeBSD$
PORTNAME= xisp
PORTVERSION= 2.7p4
PORTREVISION= 9
CATEGORIES= net
MASTER_SITES= http://xisp.hellug.gr/release/
PATCH_SITES= http://www.ml-search.com/xisp/distfiles/
MAINTAINER= tm@onepost.net
COMMENT= User-friendly X interface to pppd/chat
LIB_DEPENDS= libforms.so:x11-toolkits/xforms
USE_XORG= xpm
MAKE_ENV+= CCFLAGS="${CFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>