mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
851945b1eb
Feature safe: yes
35 lines
763 B
Makefile
35 lines
763 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= encore
|
|
PORTVERSION= 0.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel gnustep
|
|
MASTER_SITES= SF/fortytwo/Encore/${PORTVERSION}
|
|
PKGNAMEPREFIX= fortytwo-
|
|
DISTFILES= Encore-${PORTVERSION}-src.tgz \
|
|
Encore-${PORTVERSION}-api-ref.tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Utility classes for GNUstep
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
DEFAULT_LIBVERSION= 0.1
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
WRKSRC= ${WRKDIR}/Encore
|
|
DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/Encore
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
@${TAR} -C ${WRKDIR}/Encore-${PORTVERSION}-api-ref -cf - . | \
|
|
${TAR} -C ${DOCSDIR} -xf -
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|