3b05a3924e
A simple console MP3 player
19 lines
296 B
Makefile
19 lines
296 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= http://home.swipnet.se/~w-10246/unix/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|