freebsd-ports/textproc/gdict/Makefile
Pete Fritchman 29f7823651 Host distfile at a temprary site until the homepage reappears.
PR:		35561
Submitted by:	maintainer
2002-03-05 21:27:31 +00:00

21 lines
426 B
Makefile

# New ports collection makefile for: gdict
# Date created: Sun Jul 18 1999
# Whom: domi@saargate.de
#
# $FreeBSD$
#
PORTNAME= gdict
PORTVERSION= 0.7
CATEGORIES= textproc
MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/
MAINTAINER= domi@saargate.de
USE_GTK= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin/cdict
.include <bsd.port.mk>