diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-05-15 08:04:51 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-05-15 08:04:51 +0000 |
commit | e3bb03e5892841abbc6057ba404eff2686772933 (patch) | |
tree | a2aab654c25c6fab1d2e8b1ec9e9903795410fb3 /sysutils/gcombust/Makefile | |
parent | 04662246ed817e610c4baa1e5ba9642ed4e4bce2 (diff) | |
download | pkgsrc-e3bb03e5892841abbc6057ba404eff2686772933.tar.gz |
Graphical frontent for CD mastering (mkhybrid, cdrecord, ...)
Diffstat (limited to 'sysutils/gcombust/Makefile')
-rw-r--r-- | sysutils/gcombust/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile new file mode 100644 index 00000000000..234ca150f1a --- /dev/null +++ b/sysutils/gcombust/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/05/15 08:04:51 hubertf Exp $ +# + +DISTNAME= gcombust-0.1.12 +CATEGORIES= x11 sysutils +MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.abo.fi/~jmunsin/gcombust/ + +DEPENDS+= mkhybrid-1.12b5.2:../mkhybrid +DEPENDS+= cdrecord-1.6.1:../cdrecord +DEPENDS+= cdlabelgen-1.1.3:../../print/cdlabelgen +DEPENDS+= gv-3.5.8:../../print/gv +DEPENDS+= gtk+-1.2.2:../../x11/gtk + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" |