diff options
author | hubertf <hubertf> | 1999-05-13 00:01:58 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-05-13 00:01:58 +0000 |
commit | 4a97fb2edefe92acd7795284e587955efce9bf4a (patch) | |
tree | 611a465fa9e0385c614b7e2a304f8ac7d51e4708 /audio/gqmpeg/Makefile | |
parent | 107de505cb8c8214f8be7544ad4f097be472a116 (diff) | |
download | pkgsrc-4a97fb2edefe92acd7795284e587955efce9bf4a.tar.gz |
GQmpeg is a frontend to mpg123 with extensive themeability and playlist
support.
Diffstat (limited to 'audio/gqmpeg/Makefile')
-rw-r--r-- | audio/gqmpeg/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/gqmpeg/Makefile b/audio/gqmpeg/Makefile new file mode 100644 index 00000000000..13a56968225 --- /dev/null +++ b/audio/gqmpeg/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/13 00:01:58 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.6 1998/12/28 01:02:05 vanilla Exp +# + +DISTNAME= gqmpeg-0.5.1 +CATEGORIES= audio +MASTER_SITES= http://www.geocities.com/SiliconValley/Haven/5235/ +EXTRACT_SUFX= .src.tgz + +MAINTAINER= rxg@ms25.url.com.tw +HOMEPAGE= http://www.geocities.com/SiliconValley/Haven/5235/ + +DEPENDS+= gtk+-1.2.2:../../x11/gtk +DEPENDS+= imlib-1.9.4:../../graphics/imlib +DEPENDS+= mpg123-0.59q:../../audio/mpg123 + +USE_X11BASE= yes +ALL_TARGET= gqmpeg + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gqmpeg ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" |