72ea7e696b
With hat: portmgr Sponsored by: Absolight
28 lines
665 B
Makefile
28 lines
665 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Tk-DKW
|
|
PORTVERSION= 0.03
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11-toolkits perl5 tk
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Collection of Tk widgets
|
|
|
|
BUILD_DEPENDS= p5-Tk>=804:x11-toolkits/p5-Tk \
|
|
p5-Tk-Contrib>=0.07: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>
|