=================================================================== RCS file: /cvs/ports/graphics/zint/Attic/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/graphics/zint/Attic/Makefile 2011/05/07 09:05:29 1.1 +++ ports/graphics/zint/Attic/Makefile 2011/09/10 22:01:08 1.2 @@ -1,18 +1,21 @@ -# $OpenBSD: Makefile,v 1.1 2011/05/07 09:05:29 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2011/09/10 22:01:08 yason Exp $ COMMENT-main = barcode generator COMMENT-x11 = barcode generator GUI -DISTNAME = zint-2.4.1 +V = 2.4.3 +DISTNAME = zint-${V} PKGNAME-main = ${DISTNAME} -PKGNAME-x11 = zint-x11-2.4.1 +PKGNAME-x11 = zint-x11-${V} +SHARED_ONLY = Yes + SHARED_LIBS += QZint 0.0 # 2.4 SHARED_LIBS += zint 0.0 # 2.4 CATEGORIES = graphics -HOMEPAGE = http://www.zint.org.uk +HOMEPAGE = http://sourceforge.net/projects/zint/ MAINTAINER = Kirill Bychkov @@ -33,7 +36,6 @@ LIB_DEPENDS = graphics/png SEPARATE_BUILD = simple -#USE_LIBTOOL = Yes CONFIGURE_ARGS = -DCMAKE_BUILD_TYPE=RELEASE MULTI_PACKAGES = -main