1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/textproc/gdict/Makefile

24 lines
521 B
Makefile
Raw Normal View History

# New ports collection makefile for: gdict
# Date created: Sun Jul 18 1999
# Whom: domi@saargate.de
#
1999-08-31 02:11:56 +00:00
# $FreeBSD$
#
PORTNAME= gdict
2001-02-05 16:35:26 +00:00
PORTVERSION= 0.7
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/
MAINTAINER= domi@saargate.de
2003-02-21 13:42:50 +00:00
COMMENT= Small program that finds definitions of arbitrary (english) words
USE_GNOME= gtk12
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin/cdict
.include <bsd.port.mk>