mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
06f79b66f2
Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
32 lines
757 B
Makefile
32 lines
757 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fortytwo
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics gnustep
|
|
MASTER_SITES= SF/${PORTNAME}/FT%20%2842%29/${PORTVERSION}
|
|
DISTFILES= FT-${PORTVERSION}-src.tgz \
|
|
FT-${PORTVERSION}-api-ref.tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graph management system for GNUstep
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
LIB_DEPENDS= libEncore.so:${PORTSDIR}/devel/fortytwo-encore \
|
|
libBDB.so:${PORTSDIR}/databases/fortytwo-bdb
|
|
DEFAULT_LIBVERSION= 0.1
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
USE_BDB= 43+
|
|
|
|
WRKSRC= ${WRKDIR}/FT-${PORTVERSION}
|
|
DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/FT
|
|
|
|
ADDITIONAL_OBJCFLAGS+= -I${BDB_INCLUDE_DIR}
|
|
ADDITIONAL_LDFLAGS+= -L${BDB_LIB_DIR}
|
|
|
|
.include <bsd.port.mk>
|