aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gdict/Makefile
blob: afda8609018bef61743d7237731bd1a39baa703a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: domi@saargate.de
# $FreeBSD$

PORTNAME=   gdict
PORTVERSION=    0.7
PORTREVISION=   4
CATEGORIES= textproc
MASTER_SITES=   http://www.brettnacher.org/users/dominik/FreeBSD/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Small program that finds definitions of arbitrary (English) words

USE_GNOME=  gtk12

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/gdict ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_PROGRAM} ${WRKSRC}/dict ${STAGEDIR}${PREFIX}/bin/cdict

.include <bsd.port.mk>