freebsd-ports/misc/cdcollect/Makefile
Pawel Pekala 0b1558fe45 - Add LICENSE information
- Switch to USES=localbase
- Port is architecture neutral
- Regenerate patch with make makepatch
2016-08-13 20:16:08 +00:00

33 lines
837 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= cdcollect
PORTVERSION= 0.6.0
PORTREVISION= 7
CATEGORIES= misc gnome
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}_source
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple CD catalog for GNOME
BUILD_DEPENDS= sqlite3>=3.0:databases/sqlite3
RUN_DEPENDS:= ${BUILD_DEPENDS}
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gettext gmake localbase mono pathfix pkgconfig tar:bzip2
USE_GNOME= gnomeprefix intlhack libgnome gnomesharp20
GCONF_SCHEMAS= cdcollect.schemas
NO_ARCH= yes
post-extract:
${REINPLACE_CMD} -e 's,SqliteClient,Sqlite,' \
${WRKSRC}/src/Makefile.in \
${WRKSRC}/src/CDIcon.cs \
${WRKSRC}/src/CDItem.cs \
${WRKSRC}/src/CompPluginWindow.cs \
${WRKSRC}/src/DBsql.cs
.include <bsd.port.mk>