2006-12-30 10:15:42 +01:00
|
|
|
PORTNAME= gworkspace
|
2017-08-21 15:26:28 +02:00
|
|
|
PORTVERSION= 0.9.4
|
2021-02-15 00:21:02 +01:00
|
|
|
PORTREVISION= 4
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= deskutils gnustep
|
2008-11-17 04:57:29 +01:00
|
|
|
#MASTER_SITES= http://www.gnustep.it/enrico/gworkspace/
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GNUSTEP/usr-apps
|
2006-12-30 10:15:42 +01:00
|
|
|
PKGNAMESUFFIX= -gwmetadata${PKGNAMESUFFIX2}
|
|
|
|
|
2020-03-05 21:49:05 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-12-30 10:15:42 +01:00
|
|
|
COMMENT= GWMetadata for GNUstep workspace manager
|
|
|
|
|
2010-06-04 15:49:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2019-09-16 11:07:42 +02:00
|
|
|
.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
|
|
|
|
BROKEN= ld: error: /usr/local/GNUstep/System/Library/Libraries/libFSNode.so: undefined reference to NSApplicationFileType
|
|
|
|
.endif
|
|
|
|
|
2016-04-25 18:13:38 +02:00
|
|
|
USES= gnustep sqlite
|
2015-04-09 09:44:41 +02:00
|
|
|
USE_GNUSTEP= back build
|
|
|
|
GNU_CONFIGURE= yes
|
2016-04-01 16:00:51 +02:00
|
|
|
LIB_DEPENDS= libDBKit.so:deskutils/gworkspace \
|
|
|
|
libPreferencePanes.so:deskutils/systempreferences
|
2015-04-09 09:44:41 +02:00
|
|
|
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
|
2006-12-30 10:15:42 +01:00
|
|
|
|
2015-03-24 17:01:21 +01:00
|
|
|
LDFLAGS+= -lpthread
|
2006-12-30 10:15:42 +01:00
|
|
|
|
2008-11-17 04:57:29 +01:00
|
|
|
WRKSRC= ${WRKDIR}/gworkspace-${PORTVERSION}/GWMetadata
|
2006-12-30 10:15:42 +01:00
|
|
|
CONFIGURE_ARGS+= --with-sqlite-include=${LOCALBASE}/include
|
|
|
|
CONFIGURE_ARGS+= --with-sqlite-library=${LOCALBASE}/lib
|
2007-01-29 16:24:00 +01:00
|
|
|
DEFAULT_LIBVERSION= 0.1.0
|
2006-12-30 10:15:42 +01:00
|
|
|
|
2008-11-17 04:57:29 +01:00
|
|
|
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
|
|
|
|
|
2006-12-30 10:15:42 +01:00
|
|
|
.include <bsd.port.mk>
|