2000-07-29 12:31:36 +02:00
|
|
|
# New ports collection makefile for: crescendo
|
|
|
|
# Date created: 27.Apr 2000
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= crescendo
|
2001-08-21 20:35:46 +02:00
|
|
|
PORTVERSION= 1.1.7
|
2000-07-29 12:31:36 +02:00
|
|
|
CATEGORIES= net gnome
|
2001-12-17 12:57:33 +01:00
|
|
|
# Master Site broken
|
|
|
|
#MASTER_SITES= http://crescendo.lyrical.net/files/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= dinoex
|
2000-07-29 12:31:36 +02:00
|
|
|
|
2001-06-24 06:28:57 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2000-07-29 12:31:36 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2001-03-10 07:16:36 +01:00
|
|
|
USE_GNOME= yes
|
2000-07-29 12:31:36 +02:00
|
|
|
USE_LIBTOOL= yes
|
2000-10-10 06:08:30 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-compile-warnings=yes
|
2000-07-29 12:31:36 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CFLAGS+= -g
|
|
|
|
PLIST_SUB= DOCDIR=${DOCDIR}
|
|
|
|
|
|
|
|
DOCDIR= share/doc/${PORTNAME}
|
|
|
|
|
2001-03-10 07:16:36 +01:00
|
|
|
pre-patch:
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(prefix\)/share/|\$\(datadir\)/|g'
|
|
|
|
|
2000-07-29 12:31:36 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/${DOCDIR}
|
|
|
|
.for file in AUTHORS COPYING ChangeLog HACKING INSTALL NEWS \
|
|
|
|
README README.BINARY TODO
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/${DOCDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|