1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/xisp/Makefile
Jimmy Olgeni 7dc406a7a1 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.

CR:		D307
Approved by:	portmgr (bapt)
2014-07-10 12:13:11 +00:00

26 lines
498 B
Makefile

# Created by: tm@onepost.net
# $FreeBSD$
PORTNAME= xisp
PORTVERSION= 2.7p4
PORTREVISION= 7
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>