1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/textproc/gdict/Makefile

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