8488b381c2
According to Piotr it fails to build when using >= 16 jobs otherwise. PR: 232480 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
30 lines
672 B
Makefile
30 lines
672 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
|
|
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>
|