mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9a08325c4a
PR: 21872 Submitted by: MAINTAINER
38 lines
862 B
Makefile
38 lines
862 B
Makefile
# New ports collection makefile for: crescendo
|
|
# Date created: 27.Apr 2000
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crescendo
|
|
PORTVERSION= 1.1.6
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= http://crescendo.dpnd.com/files/
|
|
|
|
MAINTAINER= dirk.meyer@dinoex.sub.org
|
|
|
|
RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GNOMELIBS= yes
|
|
CONFIGURE_ARGS+= --enable-compile-warnings=yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
CFLAGS+= -g
|
|
PLIST_SUB= DOCDIR=${DOCDIR}
|
|
|
|
DOCDIR= share/doc/${PORTNAME}
|
|
|
|
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>
|