freebsd-ports/deskutils/cartotheque/Makefile

24 lines
524 B
Makefile
Raw Normal View History

PORTNAME= cartotheque
PORTVERSION= 0.1
PORTREVISION= 12
CATEGORIES= deskutils gnustep
MASTER_SITES= LOCAL/dinoex
DISTNAME= Cartotheque-${PORTVERSION}
2012-06-26 07:44:19 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Managing notes on small cards
2010-06-05 08:31:16 +02:00
LICENSE= LGPL21
USES= gnustep
USE_GNUSTEP= back build
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
2015-06-18 00:44:31 +02:00
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Cartotheque.app/Cartotheque
2015-06-18 00:44:31 +02:00
.include <bsd.port.mk>