diff options
author | reed <reed@pkgsrc.org> | 2005-01-12 19:45:50 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-01-12 19:45:50 +0000 |
commit | 8231aba9db9dd1a76ef07a30bc3d4987c4d481b0 (patch) | |
tree | 74bee6fde61bce2bdf28dbb19d93c5d8e00a8006 /x11/xvidcap/Makefile.common | |
parent | d6dfee8415e64438bd887f68db1e8ed60ae0b72f (diff) | |
download | pkgsrc-8231aba9db9dd1a76ef07a30bc3d4987c4d481b0.tar.gz |
Split up Makefile into a Makefile.common so it can be reused
for a xvidcap-gtk2 package. Remove the XVIDCAP_GTK2_GUI usage.
Add note to DESCRiption to clarify the version of this xvidcap.
Diffstat (limited to 'x11/xvidcap/Makefile.common')
-rw-r--r-- | x11/xvidcap/Makefile.common | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xvidcap/Makefile.common b/x11/xvidcap/Makefile.common new file mode 100644 index 00000000000..0c3443d8cd7 --- /dev/null +++ b/x11/xvidcap/Makefile.common @@ -0,0 +1,20 @@ +# $NetBSD: Makefile.common,v 1.1 2005/01/12 19:45:50 reed Exp $ +# + +# Note: when upgrading version, be sure to update distinfo in xvidcap-gtk2 also +DISTNAME= xvidcap-1.1.3 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xvidcap/} + +MAINTAINER= reed@reedmedia.net +HOMEPAGE= http://xvidcap.sourceforge.net/ + +USE_BUILDLINK3= yes +USE_X11= yes +GNU_CONFIGURE= yes + +.include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../multimedia/ffmpeg/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" |