mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
72734182c1
have time to properly maintain. This will cause the position to revert to ports.
21 lines
404 B
Makefile
21 lines
404 B
Makefile
# New ports collection Makefile for: sxpc
|
|
# Version required: 1.4
|
|
# Date created: 22nd March 1995
|
|
# Whom: jkh@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.4 1996/11/18 11:43:43 asami Exp $
|
|
#
|
|
|
|
DISTNAME= sxpc-1.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
EXTRACT_SUFX= .shar.Z
|
|
|
|
NO_WRKSUBDIR= yes
|
|
EXTRACT_CMD= zcat
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= |sh
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|