mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
29 lines
689 B
Makefile
29 lines
689 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tk-DKW
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-toolkits perl5 tk
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Collection of Tk widgets
|
|
|
|
BUILD_DEPENDS= p5-Tk>=804:${PORTSDIR}/x11-toolkits/p5-Tk \
|
|
p5-Tk-Contrib>=0.07:${PORTSDIR}/x11-toolkits/p5-Tk-Contrib
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
DKW_MODULES= CheckBox Columns ComboEntry CornerBox DockFrame IconCanvas\
|
|
Menustrip ProgressIndicator SplitFrame TabFrame TabbedForm\
|
|
TableEdit
|
|
|
|
post-extract:
|
|
@${MV} ${WRKSRC}/Tk/* ${WRKSRC}/
|
|
@${RMDIR} ${WRKSRC}/Tk/
|
|
|
|
.include <bsd.port.mk>
|