3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
19 lines
466 B
Makefile
19 lines
466 B
Makefile
# Created by: domi@saargate.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gdict
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.brettnacher.org/users/dominik/FreeBSD/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Small program that finds definitions of arbitrary (English) words
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gdict ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dict ${STAGEDIR}${PREFIX}/bin/cdict
|
|
|
|
.include <bsd.port.mk>
|