diff options
Diffstat (limited to 'audio/ximp3/Makefile')
-rw-r--r-- | audio/ximp3/Makefile | 18 |
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> |