summaryrefslogtreecommitdiffstats
path: root/net/crescendo/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 10:41:05 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-04 10:41:05 +0800
commite1c06600ac2cd23ce46aae106316f21046626b35 (patch)
tree1cb9cd56d2424c2df59b91828d708c8c2e965b07 /net/crescendo/Makefile
parentcd7a073c6ea8c05c255d767ec322213bb2e017c9 (diff)
downloadmarcuscom-ports-e1c06600ac2cd23ce46aae106316f21046626b35.tar
marcuscom-ports-e1c06600ac2cd23ce46aae106316f21046626b35.tar.gz
marcuscom-ports-e1c06600ac2cd23ce46aae106316f21046626b35.tar.bz2
marcuscom-ports-e1c06600ac2cd23ce46aae106316f21046626b35.tar.lz
marcuscom-ports-e1c06600ac2cd23ce46aae106316f21046626b35.tar.xz
marcuscom-ports-e1c06600ac2cd23ce46aae106316f21046626b35.tar.zst
marcuscom-ports-e1c06600ac2cd23ce46aae106316f21046626b35.zip
share/gnome/ -> share/
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8808 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/crescendo/Makefile')
-rw-r--r--net/crescendo/Makefile46
1 files changed, 46 insertions, 0 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile
new file mode 100644
index 000000000..0bed8014c
--- /dev/null
+++ b/net/crescendo/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: crescendo
+# Date created: 27.Apr 2000
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= crescendo
+PORTVERSION= 1.1.7
+PORTREVISION= 6
+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}
+
+USE_XLIB= yes
+USE_GNOME= gnomelibs
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
+
+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>