mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
7dc406a7a1
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)
26 lines
498 B
Makefile
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>
|