4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
24 lines
440 B
Makefile
24 lines
440 B
Makefile
# Created by: jkh@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sxpc
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= XCONTRIB/utilities
|
|
EXTRACT_SUFX= .shar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple X Protocol Compressor
|
|
|
|
USES= imake xorg
|
|
USE_XORG= xorgproto
|
|
NO_WRKSUBDIR= yes
|
|
EXTRACT_CMD= ${GZIP_CMD}
|
|
EXTRACT_BEFORE_ARGS= -dc
|
|
EXTRACT_AFTER_ARGS= | ${SH}
|
|
|
|
PLIST_FILES= bin/sxpc man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|