diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 12:44:55 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 12:44:55 +0800 |
commit | 9f920912296d97e3dbae71fbbcbec39ab00eae8d (patch) | |
tree | 085cfda0a837840ee5f6ba95e39fd2d23a2fd429 /accessibility/accerciser/Makefile | |
parent | b948b5b11600e73962cec43715eb39adcf29a3d4 (diff) | |
download | marcuscom-ports-9f920912296d97e3dbae71fbbcbec39ab00eae8d.tar marcuscom-ports-9f920912296d97e3dbae71fbbcbec39ab00eae8d.tar.gz marcuscom-ports-9f920912296d97e3dbae71fbbcbec39ab00eae8d.tar.bz2 marcuscom-ports-9f920912296d97e3dbae71fbbcbec39ab00eae8d.tar.lz marcuscom-ports-9f920912296d97e3dbae71fbbcbec39ab00eae8d.tar.xz marcuscom-ports-9f920912296d97e3dbae71fbbcbec39ab00eae8d.tar.zst marcuscom-ports-9f920912296d97e3dbae71fbbcbec39ab00eae8d.zip |
Update to 1.1.5 and make Makefile reads easier.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10106 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/accerciser/Makefile')
-rw-r--r-- | accessibility/accerciser/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile index 2ef6779c9..8e1475b4a 100644 --- a/accessibility/accerciser/Makefile +++ b/accessibility/accerciser/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/accerciser/Makefile,v 1.7 2007/10/30 11:29:48 ahze Exp $ +# $MCom: ports/accessibility/accerciser/Makefile,v 1.8 2007/11/16 03:31:13 marcus Exp $ # PORTNAME= accerciser -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.5 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,15 +16,17 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Interactive Python accessibility explorer for GNOME USE_BZIP2= yes -USE_GNOME= pygnomedesktop atspi -GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +USE_GNOME= pygnomedesktop atspi USE_PYTHON= yes -MAN1= accerciser.1 -INSTALLS_OMF= yes USE_GETTEXT= yes +INSTALLS_OMF= yes INSTALLS_ICONS= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + GCONF_SCHEMAS= accerciser.schemas +MAN1= accerciser.1 .include <bsd.port.mk> |