1999-07-22 13:14:20 +00:00
|
|
|
# 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$
|
1999-07-22 13:14:20 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= gdict
|
|
|
|
PORTVERSION= 0.7
|
1999-07-22 13:14:20 +00:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.psilord.com/code/gdict/
|
|
|
|
|
|
|
|
MAINTAINER= domi@saargate.de
|
|
|
|
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin
|
2000-01-09 09:38:47 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin/cdict
|
1999-07-22 13:14:20 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|