summaryrefslogtreecommitdiffstats
path: root/net/crescendo/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 23:53:23 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-04 23:53:23 +0800
commit80a313c6e2cc44535f3c03e5d4f2700f7121f448 (patch)
tree8e00adc357c860a1daec59b2b7ba561b5f6b14e6 /net/crescendo/Makefile
parentc82163474330a0f535e5aa329f40de50183eafbc (diff)
downloadmarcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar.gz
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar.bz2
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar.lz
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar.xz
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.tar.zst
marcuscom-ports-80a313c6e2cc44535f3c03e5d4f2700f7121f448.zip
- LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7555 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/crescendo/Makefile')
-rw-r--r--net/crescendo/Makefile54
1 files changed, 54 insertions, 0 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile
new file mode 100644
index 000000000..4d35c676c
--- /dev/null
+++ b/net/crescendo/Makefile
@@ -0,0 +1,54 @@
+# New ports collection makefile for: crescendo
+# Date created: 27.Apr 2000
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= crescendo
+PORTVERSION= 1.1.7
+PORTREVISION= 4
+CATEGORIES= net gnome
+# Master Site broken
+#MASTER_SITES= http://crescendo.lyrical.net/files/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= dinoex
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A gnome frontend for tinyfuge
+
+RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue
+
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --enable-compile-warnings=yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CFLAGS+= -g
+PLIST_SUB= DOCDIR=share/doc/${PORTNAME}
+MODIFY= Makefile.in data/Makefile.in
+
+USE_X_PREFIX= yes
+USE_GNOME= gnomelibs
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+
+pre-patch:
+.for i in ${MODIFY}
+ @${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed
+ ${SED} -e 's=$$(prefix)/share/=$$(datadir)/gnome/=g' \
+ ${WRKSRC}/${i}.sed > ${WRKSRC}/${i}
+.endfor
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in AUTHORS ChangeLog HACKING INSTALL NEWS \
+ README README.BINARY TODO
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
+.endfor
+.endif
+
+.include <bsd.port.mk>