1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/x11/sxpc/Makefile
Eitan Adler 5504410d20 Cleanup of the unowned ports in the x11 directory
- Fix LIB_DEPENDS
- Fix COMMENT
- Fix USE_GMAKE
2013-10-13 02:01:16 +00:00

26 lines
452 B
Makefile

# Created by: jkh@FreeBSD.org
# $FreeBSD$
PORTNAME= sxpc
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
EXTRACT_SUFX= .shar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple X Protocol Compressor
USES= imake
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -dc
EXTRACT_AFTER_ARGS= | ${SH}
MAN1= sxpc.1
PLIST_FILES= bin/sxpc
NO_STAGE= yes
.include <bsd.port.mk>