blob: 05144a4054d6ae988d2c9ec3d7664ac655c1d054 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# ex:ts=8
# New ports collection makefile for: ample
# Date created: March 21, 2002
# Whom: patrick
#
# $FreeBSD$
#
PORTNAME= ample
PORTVERSION= 0.5.7
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Allows you to listen to your own MP3's away from home
GNU_CONFIGURE= yes
MAN1= ample.1
MAN5= ample.conf.5 ample.html.5
PLIST_FILES= bin/ample
.include <bsd.port.mk>
|