c3d8037aeb
after 5.4-RELEASE.
26 lines
524 B
Makefile
26 lines
524 B
Makefile
# 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= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Allows you to listen to your own MP3's away from home
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAN1= ample.1
|
|
MAN5= ample.conf.5 ample.html.5
|
|
PLIST_FILES= bin/ample
|
|
|
|
.include <bsd.port.mk>
|