Tweak deskutils/nagaina version 0.1.2_10
[dports.git] / deskutils / cartotheque / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       cartotheque
4 PORTVERSION=    0.1
5 PORTREVISION=   6
6 CATEGORIES=     deskutils gnustep
7 MASTER_SITES=   LOCAL/dinoex
8 DISTNAME=       Cartotheque-${PORTVERSION}
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Managing notes on small cards
12
13 LICENSE=        LGPL21
14
15 USES=           gnustep
16 USE_GNUSTEP=    back build
17
18 post-patch:
19         ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
20                 ${WRKSRC}/GNUmakefile
21
22 post-install:
23         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Cartotheque.app/Cartotheque
24
25 .include <bsd.port.mk>