4a6b440781
to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com>
20 lines
413 B
Makefile
20 lines
413 B
Makefile
# New ports collection makefile for: sam
|
|
# Version required: 4.3
|
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
|
# Whom: erich@rrnet.com
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= sam
|
|
PKGNAME= sam-4.3
|
|
CATEGORIES+= plan9
|
|
MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
|
|
EXTRACT_SUFX= .msg.gz
|
|
|
|
NO_WRKSUBDIR= yes
|
|
EXTRACT_CMD= zcat
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= |sh
|
|
|
|
.include <bsd.port.mk>
|