freebsd-ports/x11/sxpc/Makefile

28 lines
503 B
Makefile
Raw Normal View History

# New ports collection Makefile for: sxpc
# Date created: 22nd March 1995
# Whom: jkh@FreeBSD.org
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= sxpc
2001-02-05 17:18:54 +01:00
PORTVERSION= 1.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
EXTRACT_SUFX= .shar.Z
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= The Simple X Protocol Compressor
USE_IMAKE= yes
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -dc
EXTRACT_AFTER_ARGS= | ${SH}
MAN1= sxpc.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/sxpc
.include <bsd.port.mk>