diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 21:18:02 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 21:18:02 +0800 |
commit | 162be75eca60c59ece12dc3b5205f93c75a95e3e (patch) | |
tree | f6254bc1a8cc0cd26171417e0f64d2d96f26c6e1 /graphics/passepartout/Makefile | |
parent | 9bb337d76b3785ca4d66cba7f18e619edde0cffe (diff) | |
download | marcuscom-ports-162be75eca60c59ece12dc3b5205f93c75a95e3e.tar.gz marcuscom-ports-162be75eca60c59ece12dc3b5205f93c75a95e3e.tar.zst marcuscom-ports-162be75eca60c59ece12dc3b5205f93c75a95e3e.zip |
- Move to LOCALBASE
- Pet portlint
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6625 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/passepartout/Makefile')
-rw-r--r-- | graphics/passepartout/Makefile | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/graphics/passepartout/Makefile b/graphics/passepartout/Makefile new file mode 100644 index 000000000..c67b6d0c8 --- /dev/null +++ b/graphics/passepartout/Makefile @@ -0,0 +1,44 @@ +# New ports collection makefile for: passepartout +# Date created: 11st Sep 2003 +# Whom: Alexander Nedotsukov <bland@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= passepartout +PORTVERSION= 0.4 +PORTREVISION= 9 +CATEGORIES= graphics gnome +MASTER_SITES= http://www.stacken.kth.se/project/pptout/files/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= DTP application for X + +LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 \ + xml\\+\\+-1.0:${PORTSDIR}/textproc/libxml++ +RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gnometarget +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFALGS=-I${LOCALBASE}/include \ + LDFLAGS=-L${LOCALBASE}/lib + +MAN1= xml2ps.1 passepartout.1x + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_cxx +.endif + +.if exists(${LOCALBASE}/lib/libfam.a) +WITH_FAM= yes +.endif + +.if defined(WITH_FAM) +LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam +.endif + +.include <bsd.port.post.mk> |