21 lines
361 B
Makefile
21 lines
361 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: ximp3
|
|
# Date created: Jan 17, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ximp3
|
|
PORTVERSION= 0.1.14
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/sound/players/mp3
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A simple console MP3 player
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|