summaryrefslogtreecommitdiff
path: root/audio/ximp3/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-17 06:23:37 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-01-17 06:23:37 +0000
commit3b05a3924eb3af67ec51daef0895cdf491b2d34d (patch)
tree540e85b32de259e7c7f3390bdd1899de5ee9ae88 /audio/ximp3/Makefile
parentFix bento build (diff)
add ximp3 0.1.14
A simple console MP3 player
Notes
Notes: svn path=/head/; revision=53227
Diffstat (limited to 'audio/ximp3/Makefile')
-rw-r--r--audio/ximp3/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/ximp3/Makefile b/audio/ximp3/Makefile
new file mode 100644
index 000000000000..ccd9fd68259c
--- /dev/null
+++ b/audio/ximp3/Makefile
@@ -0,0 +1,18 @@
+# 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>