1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/net/xisp/Makefile
Niclas Zeising 897ad0b36e Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:58:04 +00:00

31 lines
641 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
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libforms.so:x11-toolkits/xforms
USES= alias ssl xorg
USE_XORG= x11 xpm
CFLAGS+= -DUSE_OPENSSL -I${OPENSSLINC}
MAKE_ENV+= CCFLAGS="${CFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
-e "s|\(-lcrypto\)|-L${OPENSSLLIB} \1|g" ${WRKSRC}/Makefile
.include <bsd.port.mk>