27 lines
650 B
Makefile
27 lines
650 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
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= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Tk>=804:x11-toolkits/p5-Tk \
|
|
p5-Tk-Contrib>=0.07:x11-toolkits/p5-Tk-Contrib
|
|
|
|
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>
|