freebsd-ports/textproc/gdict/Makefile
Mario Sergio Fujikawa Ferreira 54a93712b5 Deploy USE_GNOMENG infrastructure
PR:		42350
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-03 01:26:28 +00:00

23 lines
447 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_GNOMENG= yes
USE_GNOME= gtk12
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gdict ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/dict ${PREFIX}/bin/cdict
.include <bsd.port.mk>