aboutsummaryrefslogtreecommitdiff
path: root/misc/cdcollect/Makefile
blob: df82a97c16b350b9b9cb62d89b23a227804e1493 (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
# New ports collection makefile for:	cdcollect
# Date created:				09 April 2008
# Whom:					Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#

PORTNAME=	cdcollect
PORTVERSION=	0.6.0
PORTREVISION=	4
CATEGORIES=	misc gnome
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}_source

MAINTAINER=	avl@FreeBSD.org
COMMENT=	A simple CD catalog for GNOME

BUILD_DEPENDS=	sqlite3>=3.0:${PORTSDIR}/databases/sqlite3
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GNOME=	gnomeprefix gnomehack intlhack libgnome gnomesharp20
GCONF_SCHEMAS=	cdcollect.schemas
USE_GETTEXT=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>