freebsd-ports/deskutils/gworkspace-gwmetadata/Makefile
David Chisnall 9156bf1b9e Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain.

The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2977
2015-09-19 10:33:34 +00:00

38 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= gworkspace
PORTVERSION= 0.9.3
CATEGORIES= deskutils gnustep
#MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/
MASTER_SITES= GNUSTEP/usr-apps
PKGNAMESUFFIX= -gwmetadata${PKGNAMESUFFIX2}
MAINTAINER= theraven@FreeBSD.org
COMMENT= GWMetadata for GNUstep workspace manager
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
GNU_CONFIGURE= yes
LIB_DEPENDS= libDBKit.so:${PORTSDIR}/deskutils/gworkspace \
libPreferencePanes.so:${PORTSDIR}/deskutils/systempreferences
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
USE_SQLITE= yes
LDFLAGS+= -lpthread
WRKSRC= ${WRKDIR}/gworkspace-${PORTVERSION}/GWMetadata
CONFIGURE_ARGS+= --with-sqlite-include=${LOCALBASE}/include
CONFIGURE_ARGS+= --with-sqlite-library=${LOCALBASE}/lib
DEFAULT_LIBVERSION= 0.1.0
post-patch:
${CP} ${WRKSRC}/gmds/mdextractor/Extractors/JpegExtractor/GNUmakefile.in \
${WRKSRC}/gmds/mdextractor/Extractors/JpegExtractor/GNUmakefile
${CP} ${FILESDIR}/Preferences-GNUmakefile \
${WRKSRC}/Preferences/GNUmakefile
${CP} ${FILESDIR}/MDFinder-GNUmakefile \
${WRKSRC}/MDFinder/GNUmakefile
.include <bsd.port.mk>