aboutsummaryrefslogtreecommitdiff
path: root/deskutils/cartotheque/Makefile
blob: 4b94407bc57f4c3253fd550aa5c7c9a5e53881eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	cartotheque
PORTVERSION=	0.1
PORTREVISION=	4
CATEGORIES=	deskutils gnustep
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=dinoex
DISTNAME=	Cartotheque-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Managing notes on small cards

LICENSE=	LGPL21

USES=		gnustep
USE_GNUSTEP=	back build

post-patch:
	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
		${WRKSRC}/GNUmakefile

.include <bsd.port.mk>