2008-04-28 03:16:36 +02:00
|
|
|
# New ports collection makefile for: cdcollect
|
|
|
|
# Date created: 09 April 2008
|
|
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cdcollect
|
|
|
|
PORTVERSION= 0.6.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2008-04-28 03:16:36 +02:00
|
|
|
CATEGORIES= misc gnome
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
2009-05-28 22:44:16 +02:00
|
|
|
MAINTAINER= avl@FreeBSD.org
|
2008-04-28 03:16:36 +02:00
|
|
|
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>
|