1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/audio/gsm/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

24 lines
441 B
Makefile

# New ports collection makefile for: gsm
# Date created: 5 January 1995
# Whom: pst
#
# $FreeBSD$
#
PORTNAME= gsm
PORTVERSION= 1.0.10
CATEGORIES= audio
MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/gsm-1.0-pl10
INSTALLS_SHLIB= yes
MAN1= toast.1
MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3
MLINKS= toast.1 untoast.1 toast.1 tcat.1
.include <bsd.port.mk>