aboutsummaryrefslogtreecommitdiff
path: root/net/crescendo/Makefile
blob: 1d3d4a009d5ae4bde1b2e67988405f95ca859d60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# New ports collection makefile for:    crescendo
# Date created:         27.Apr 2000
# Whom:                 dirk.meyer@dinoex.sub.org
#
# $FreeBSD$

PORTNAME=	crescendo
PORTVERSION=	1.1.7
CATEGORIES=	net gnome
MASTER_SITES=	http://crescendo.lyrical.net/files/

MAINTAINER=	dinoex@FreeBSD.org

RUN_DEPENDS=	tf:${PORTSDIR}/net/tinyfugue

USE_X_PREFIX=	yes
USE_GMAKE=	yes
USE_GNOME=	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=${DOCDIR}

DOCDIR=		share/doc/${PORTNAME}

pre-patch:
	@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
		's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
		 s|\$\(prefix\)/share/|\$\(datadir\)/|g'

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>