diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-12 15:08:19 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-12 15:08:19 +0800 |
commit | b266fbd93c44c97c18de9b17ca52ecd590d989e1 (patch) | |
tree | 7ac55680c3a9ee2cdc41221ffd9e77613e704f8c /misc/xiphos/Makefile | |
parent | 37d3dd0811b6d919bbe80481660dd45ecfb24550 (diff) | |
download | freebsd-ports-gnome-b266fbd93c44c97c18de9b17ca52ecd590d989e1.tar.gz freebsd-ports-gnome-b266fbd93c44c97c18de9b17ca52ecd590d989e1.tar.zst freebsd-ports-gnome-b266fbd93c44c97c18de9b17ca52ecd590d989e1.zip |
upgrade to 0.7.9
PR: 51862
Submitted by: Ports Fury
Diffstat (limited to 'misc/xiphos/Makefile')
-rw-r--r-- | misc/xiphos/Makefile | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index 9f0321f7586f..04d2d0dfeed4 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -5,31 +5,32 @@ # $FreeBSD$ # -PORTNAME= gnomesword -PORTVERSION= 0.7.8 -PORTREVISION= 1 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +PORTNAME= gnomesword +PORTVERSION= 0.7.9 +CATEGORIES= misc gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@freebsd.org -COMMENT= A bible interface utilizing the sword framework +MAINTAINER= ports@FreBSD.org +COMMENT= A bible interface utilizing the sword framework -LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword -BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell +BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword +RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell -USE_GNOME= gal gnomehack gnomeprefix gtkhtml -USE_X_PREFIX= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes - -DOC_FILES= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +USE_X_PREFIX= yes +USE_GNOME= gal gnomehack gnomeprefix gtkhtml +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DUSE_GTKHTML1" \ + LDFLAGS="-L${LOCALBASE}/lib" post-install: -.ifndef(NOPORTDOCS) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for file in AUTHORS ChangeLog INSTALL NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif |