freebsd-ports/textproc/gdict/Makefile

22 lines
415 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 04:11:56 +02:00
# $FreeBSD$
#
PORTNAME= gdict
2001-02-05 17:35:26 +01:00
PORTVERSION= 0.7
CATEGORIES= textproc
MASTER_SITES= http://www.psilord.com/code/gdict/old/
MAINTAINER= domi@saargate.de
2000-10-05 08:42:57 +02:00
USE_GTK= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin/cdict
.include <bsd.port.mk>