1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/misc/cdcollect/Makefile
Baptiste Daroussin 3147bb6c6b Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.

While here:

- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
  * update to 2.4.5
  * use USES=localbase
2018-03-26 12:38:56 +00:00

34 lines
837 B
Makefile

# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$
PORTNAME= cdcollect
PORTVERSION= 0.6.0
PORTREVISION= 9
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>