20 lines
325 B
Makefile
20 lines
325 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: ample
|
|
# Date created: March 21, 2002
|
|
# Whom: patrick
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ample
|
|
PORTVERSION= 0.5.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= patrick@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|