freebsd-ports/textproc/gdict/Makefile
Thomas Abthorpe a2a49934f8 - Reassign to the heap at maintainer's request
Approved by:	portmgr
2012-12-29 04:36:59 +00:00

19 lines
444 B
Makefile

# 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 ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin/cdict
.include <bsd.port.mk>