summaryrefslogblamecommitdiff
path: root/textproc/gdict/Makefile
blob: 1f02c346f629be644d31c974cecf7091baaf6408 (plain) (tree)




















                                                         
# New ports collection makefile for:	gdict
# Version required:		0.7
# Date created:			Sun Jul 18 1999
# Whom:				domi@saargate.de
#
# $Id: Makefile,v 1.1.1.1 1999/06/09 01:54:51 steve Exp $
#

DISTNAME=	gdict-0.7
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
	${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin

.include <bsd.port.mk>