Changeset View
Changeset View
Standalone View
Standalone View
deskutils/gworkspace-gwmetadata/Makefile
| Show All 16 Lines | |||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| LIB_DEPENDS= libDBKit.so:${PORTSDIR}/deskutils/gworkspace \ | LIB_DEPENDS= libDBKit.so:${PORTSDIR}/deskutils/gworkspace \ | ||||
| libPreferencePanes.so:${PORTSDIR}/deskutils/systempreferences | libPreferencePanes.so:${PORTSDIR}/deskutils/systempreferences | ||||
| USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} | USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} | ||||
| USE_SQLITE= yes | USE_SQLITE= yes | ||||
| LDFLAGS+= -lpthread | LDFLAGS+= -lpthread | ||||
| UNIQUENAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} | |||||
| WRKSRC= ${WRKDIR}/gworkspace-${PORTVERSION}/GWMetadata | WRKSRC= ${WRKDIR}/gworkspace-${PORTVERSION}/GWMetadata | ||||
| CONFIGURE_ARGS+= --with-sqlite-include=${LOCALBASE}/include | CONFIGURE_ARGS+= --with-sqlite-include=${LOCALBASE}/include | ||||
| CONFIGURE_ARGS+= --with-sqlite-library=${LOCALBASE}/lib | CONFIGURE_ARGS+= --with-sqlite-library=${LOCALBASE}/lib | ||||
| DEFAULT_LIBVERSION= 0.1.0 | DEFAULT_LIBVERSION= 0.1.0 | ||||
| MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM | MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM | ||||
| post-patch: | post-patch: | ||||
| ${CP} ${WRKSRC}/gmds/mdextractor/Extractors/JpegExtractor/GNUmakefile.in \ | ${CP} ${WRKSRC}/gmds/mdextractor/Extractors/JpegExtractor/GNUmakefile.in \ | ||||
| ${WRKSRC}/gmds/mdextractor/Extractors/JpegExtractor/GNUmakefile | ${WRKSRC}/gmds/mdextractor/Extractors/JpegExtractor/GNUmakefile | ||||
| ${CP} ${FILESDIR}/Preferences-GNUmakefile \ | ${CP} ${FILESDIR}/Preferences-GNUmakefile \ | ||||
| ${WRKSRC}/Preferences/GNUmakefile | ${WRKSRC}/Preferences/GNUmakefile | ||||
| ${CP} ${FILESDIR}/MDFinder-GNUmakefile \ | ${CP} ${FILESDIR}/MDFinder-GNUmakefile \ | ||||
| ${WRKSRC}/MDFinder/GNUmakefile | ${WRKSRC}/MDFinder/GNUmakefile | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||