freebsd-ports/net/crescendo/Makefile

51 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: crescendo
# Date created: 27.Apr 2000
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
PORTNAME= crescendo
PORTVERSION= 1.1.7
2003-01-04 20:47:05 +01:00
PORTREVISION= 1
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
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= A gnome frontend for tinyfuge
RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= 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}
2002-06-21 18:55:26 +02:00
MODIFY= Makefile.in data/Makefile.in
2003-01-04 20:47:05 +01:00
USE_X_PREFIX= yes
USE_GNOME= gnomelibs
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
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
2003-10-19 21:21:10 +02:00
.for file in AUTHORS ChangeLog HACKING INSTALL NEWS \
README README.BINARY TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>