mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
24 lines
521 B
Makefile
24 lines
521 B
Makefile
# New ports collection makefile for: gdict
|
|
# Date created: Sun Jul 18 1999
|
|
# Whom: domi@saargate.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gdict
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/
|
|
|
|
MAINTAINER= domi@saargate.de
|
|
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>
|