14f7c29430
Mk/Uses/alias.mk was an attempt for compat with DPorts, but has rotted. This feature was never documented in the PHB, so there is no work to be done by the docs@ team. Nothing against DragonFly, but if DPorts still needs FreeBSD 9 support, they really should work that out with upstream projects. Ultimately, we don't need to keep carrying this outdated feature that doesn't affect us.
29 lines
624 B
Makefile
29 lines
624 B
Makefile
PORTNAME= xisp
|
|
PORTVERSION= 2.7p4
|
|
PORTREVISION= 10
|
|
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
|
|
WWW= https://xisp.hellug.gr/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libforms.so:x11-toolkits/xforms
|
|
|
|
USES= 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>
|