aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/duncan/Makefile
blob: 4a3c0d8afce56ee667285c92e9e32a86910cf50d (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
24
25
26
27
28
29
# Created by: gurkan@phys.ethz.ch
# $FreeBSD$

PORTNAME=   duncan
PORTVERSION=    0.2
PORTREVISION=   2
CATEGORIES= textproc gnustep
MASTER_SITES=   http://www.eskimo.com/~pburns/Dictionaries/files/
DISTNAME=   Duncan-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    English to Thai dictionary for GNUstep

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=       gnustep
USE_GNUSTEP=    back build

WRKSRC=     ${WRKDIR}/Duncan

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

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Duncan.app/Duncan

.include <bsd.port.mk>