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
|
2003-01-04 20:47:05 +01:00
|
|
|
PORTREVISION= 1
|
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
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= A gnome frontend for tinyfuge
|
2000-07-29 12:31:36 +02:00
|
|
|
|
|
|
|
RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
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
|
2002-01-06 00:43:13 +01:00
|
|
|
PLIST_SUB= DOCDIR=share/doc/${PORTNAME}
|
2002-06-21 18:55:26 +02:00
|
|
|
MODIFY= Makefile.in data/Makefile.in
|
2000-07-29 12:31:36 +02:00
|
|
|
|
2003-01-04 20:47:05 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= gnomelibs
|
|
|
|
|
2001-03-10 07:16:36 +01:00
|
|
|
pre-patch:
|
2002-06-21 18:55:26 +02:00
|
|
|
.for i in ${MODIFY}
|
|
|
|
@${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed
|
2003-01-04 20:47:05 +01:00
|
|
|
${SED} -e 's=$$(prefix)/share/=$$(datadir)/gnome/=g' \
|
2002-06-21 18:55:26 +02:00
|
|
|
${WRKSRC}/${i}.sed > ${WRKSRC}/${i}
|
|
|
|
.endfor
|
2001-03-10 07:16:36 +01:00
|
|
|
|
2000-07-29 12:31:36 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2002-01-06 00:43:13 +01:00
|
|
|
${MKDIR} ${DOCSDIR}
|
2003-10-19 21:21:10 +02:00
|
|
|
.for file in AUTHORS ChangeLog HACKING INSTALL NEWS \
|
2000-07-29 12:31:36 +02:00
|
|
|
README README.BINARY TODO
|
2002-01-06 00:43:13 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/
|
2000-07-29 12:31:36 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|