freebsd-ports/comms/seyon/Makefile
Jan Beich a194fc37be comms/seyon: update to 2.20c
- Switch to Debian distfile
- Unbreak make -jN build
2015-05-08 01:45:37 +00:00

23 lines
522 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
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
.include <bsd.port.mk>