blob: 4f3238ba092f9dfec38960c7435e06f862178e0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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
PORTCOMMENT= A simple console MP3 player
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|