freebsd-ports/net/xisp/Makefile
Antoine Brodin dbc7e77c71 - Allow staging as a regular user
- Remove references to stagedir
- Bump portversion as files were not packaged with intended group and
refered to stagedir
2014-09-26 20:42:20 +00:00

25 lines
498 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:${PORTSDIR}/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>