2013-09-21 01:57:47 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-11-01 07:39:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tkdnd
|
2014-10-07 16:59:39 +02:00
|
|
|
PORTVERSION= 2.7
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= x11-toolkits tk
|
2013-10-14 15:56:25 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/TkDND/TkDND%20${PORTVERSION}/
|
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}-src
|
2006-11-01 07:39:12 +01:00
|
|
|
|
2013-10-14 15:56:25 +02:00
|
|
|
MAINTAINER= tcltk@FreeBSD.org
|
|
|
|
COMMENT= Native drag and drop capabilities for Tk
|
2006-11-01 07:39:12 +01:00
|
|
|
|
2013-10-14 15:56:25 +02:00
|
|
|
USES+= tk:85+
|
2007-07-30 23:04:31 +02:00
|
|
|
USE_XORG= x11 xext
|
2006-11-01 07:39:12 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-10-14 15:56:25 +02:00
|
|
|
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
|
|
|
|
--with-tcl=${TCL_LIBDIR} \
|
|
|
|
--with-tk=${TK_LIBDIR} \
|
|
|
|
--with-tclinclude=${TCL_INCLUDEDIR} \
|
|
|
|
--with-tkinclude=${TK_INCLUDEDIR}
|
|
|
|
|
2006-11-01 07:39:12 +01:00
|
|
|
TKPKG= ${PORTNAME}${PORTVERSION}
|
|
|
|
PLIST_SUB= TKPKG=${TKPKG}
|
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/${TKPKG}
|
2013-10-14 15:56:25 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION}
|
2006-11-01 07:39:12 +01:00
|
|
|
|
|
|
|
post-install:
|
2013-10-14 15:56:25 +02:00
|
|
|
@${INSTALL_MAN} ${WRKSRC}/doc/tkDND.n ${STAGEDIR}/${PREFIX}/man/mann/${MANN}
|
2009-12-16 14:14:59 +01:00
|
|
|
|
2013-10-14 15:56:25 +02:00
|
|
|
.include <bsd.port.mk>
|