mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
21 lines
458 B
Makefile
21 lines
458 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
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin/cdict
|
|
|
|
.include <bsd.port.mk>
|