diff options
Diffstat (limited to 'misc/xiphos/Makefile')
-rw-r--r-- | misc/xiphos/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile new file mode 100644 index 000000000000..27fc6a0892f8 --- /dev/null +++ b/misc/xiphos/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gnomesword +# Date created: Oct 26, 2002 +# Whom: J Shoemaker <shoemaker@softhome.net> +# +# $FreeBSD$ +# + +PORTNAME= gnomesword +PORTVERSION= 0.7.5 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= shoemaker@softhome.net + +LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword +BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell + +USE_GNOMENG= yes +USE_GNOME= gal gnomehack gnomeprefix +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +DOC_FILES= AUTHORS COPYING ChangeLog INSTALL NEWS README TODO + +post-configure: + ${ECHO} "#define PACKAGE_PIXMAPS_DIR \"${PREFIX}/share/gnome/pixmaps/gnomesword\"">> ${WRKSRC}/config.h + +post-install: +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in ${DOC_FILES} + @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> |