diff options
author | wulf <wulf@pkgsrc.org> | 2004-09-29 12:48:51 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2004-09-29 12:48:51 +0000 |
commit | 60726f7565a6c8b982c447d44f61cbe5541ee8e5 (patch) | |
tree | 57c1ac651a8e0c8bfd8f7840749619bb30c6d624 /cad/gattrib/Makefile | |
parent | f016c3d73ce48e3f84a98a2fab6b82e47dee4042 (diff) | |
download | pkgsrc-60726f7565a6c8b982c447d44f61cbe5541ee8e5.tar.gz |
Initial commit of gattrib-20040313: An attribute editor for gEDA
Diffstat (limited to 'cad/gattrib/Makefile')
-rw-r--r-- | cad/gattrib/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cad/gattrib/Makefile b/cad/gattrib/Makefile new file mode 100644 index 00000000000..43c88715b22 --- /dev/null +++ b/cad/gattrib/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/29 12:48:51 wulf Exp $ + +DISTNAME= geda-gattrib-${PKGVERSION} +PKGNAME= gattrib-${PKGVERSION} +CATEGORIES= cad +MASTER_SITES= http://www.brorson.com/gEDA/gattrib/ + +MAINTAINER= wulf@NetBSD.org +HOMEPAGE= http://www.brorson.com/gEDA/gattrib/ +COMMENT= Attribute editor for gEDA + +.include "../../cad/geda/Makefile.common" + +# override version number until synchronized with geda meta package +PKGVERSION= 20040313 + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_PKGLOCALEDIR= YES + +.include "../../x11/gtk/buildlink3.mk" +.include "../../cad/libgeda/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |