freebsd-ports/comms/seyon/Makefile
Niclas Zeising c2e845d0c8 Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
2019-11-04 21:36:13 +00:00

29 lines
677 B
Makefile

# Created by: Michael Elbel (me)
# $FreeBSD$
PORTNAME= seyon
PORTVERSION= 2.20c
CATEGORIES= comms
MASTER_SITES= DEBIAN
DISTFILES= ${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Communications package for the X Window system
USES= imake xorg
USE_XORG= x11 xext xpm xmu xaw xt sm ice
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/seyon lib/X11/app-defaults/Seyon \
lib/X11/app-defaults/Seyon-color lib/X11/seyon.help \
man/man1/${PORTNAME}.1.gz
post-extract:
${CHMOD} +x ${WRKSRC}/makever.sh
post-patch:
${REINPLACE_CMD} -e "s/getline(/seyon_getline(/g" \
${WRKSRC}/SeDecl.h ${WRKSRC}/SeScript.c ${WRKSRC}/SeSupp.c
.include <bsd.port.mk>