df4e1203e4
ok jasper@ (final commit)
42 lines
792 B
Makefile
42 lines
792 B
Makefile
# $OpenBSD: Makefile,v 1.43 2010/12/03 11:46:54 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT-main= Tk 8.4 bindings for Perl
|
|
COMMENT-demo= demonstrate the features of ptk
|
|
|
|
MODULES= cpan
|
|
VERSION= 804.029
|
|
DISTNAME= Tk-${VERSION}
|
|
PKGNAME-main= p5-Tk-${VERSION}
|
|
REVISION-main= 1
|
|
PKGNAME-demo= p5-Tk-demo-${VERSION}
|
|
REVISION-demo= 1
|
|
CATEGORIES= x11 devel
|
|
|
|
# GPL + custom
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MULTI_PACKAGES= -main -demo
|
|
|
|
WANTLIB-main= X11 m z png
|
|
LIB_DEPENDS-main= graphics/png
|
|
|
|
RUN_DEPENDS= www/p5-HTML-Parser
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS-demo= x11/p5-Tk
|
|
PKG_ARCH-demo= *
|
|
|
|
USE_GROFF = Yes
|
|
|
|
REGRESS_IS_INTERACTIVE= x11
|
|
|
|
pre-configure:
|
|
@${SUBST_CMD} ${WRKSRC}/PNG/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|