mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
22 lines
502 B
Makefile
22 lines
502 B
Makefile
|
# 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>
|