mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
416 B
Makefile
22 lines
416 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.psilord.com/code/gdict/old/
|
|
|
|
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>
|