mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
15 lines
263 B
Makefile
15 lines
263 B
Makefile
|
# Makefile for: gsm
|
||
|
# Version required: gsm-1.0.4
|
||
|
# Date created: 5 January 1995
|
||
|
# Whom: pst
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= gsm-1.0.4
|
||
|
EXTRACT_SUFX= .tar.Z
|
||
|
MASTER_SITES= ftp://gaia.cs.umass.edu/pub/hgschulz/nevot/
|
||
|
WRKSRC= ${WRKDIR}/gsm-1.0-pl4
|
||
|
|
||
|
.include <bsd.port.mk>
|