diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-14 09:11:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-14 09:11:59 +0000 |
commit | d18ba92f13be5259a357c87234c34152dee3650d (patch) | |
tree | fb2fd5ab98215b0d887917516f21fc34fd77707d /cad/gerbv/Makefile | |
parent | - Update to 0.3.2 (diff) |
- Update to 2.1.0
PR: 130462
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'cad/gerbv/Makefile')
-rw-r--r-- | cad/gerbv/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/cad/gerbv/Makefile b/cad/gerbv/Makefile index 38407e2afe78..5c522bfb2eac 100644 --- a/cad/gerbv/Makefile +++ b/cad/gerbv/Makefile @@ -7,19 +7,21 @@ # PORTNAME= gerbv -PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTVERSION= 2.1.0 CATEGORIES= cad MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A Free Gerber Viewer -USE_GNOME= desktopfileutils gnometarget gtk20 -GNU_CONFIGURE= yes +USE_GNOME= desktopfileutils gnomehack gtk20 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +USE_LDCONFIG= yes INSTALLS_ICONS= yes +PLIST_SUB= VERSION="${PORTVERSION}" + MAN1= gerbv.1 CPPFLAGS= -I${LOCALBASE}/include |