26add8dbcb
- Add LICENSE - Update and sort *_DEPENDS - Use USES=gmake - Sort make knobs - Support STAGEDIR PR: ports/184700 Submitted by: sunpoet
30 lines
911 B
Makefile
30 lines
911 B
Makefile
# Created by: clsung@dragon2.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Gtk2
|
|
PORTVERSION= 1.249
|
|
CATEGORIES= x11-toolkits lang perl5
|
|
MASTER_SITES= CPAN SF/${PORTNAME:L}-perl/${PORTNAME}/${PORTVERSION}
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Perl module for Gtk+ 2.x graphical user interface library
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= p5-Cairo>=1:${PORTSDIR}/graphics/p5-Cairo \
|
|
p5-ExtUtils-Depends>=0.300:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
|
p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
|
|
p5-Glib2>=1.280:${PORTSDIR}/devel/p5-Glib2 \
|
|
p5-Pango>=1.220:${PORTSDIR}/x11-toolkits/p5-Pango
|
|
RUN_DEPENDS= p5-Cairo>=1:${PORTSDIR}/graphics/p5-Cairo \
|
|
p5-Glib2>=1.280:${PORTSDIR}/devel/p5-Glib2 \
|
|
p5-Pango>=1.220:${PORTSDIR}/x11-toolkits/p5-Pango
|
|
|
|
CONFIGURE_ENV= FORCE_GMAKE=yes
|
|
MAKE_ENV= LANG=C
|
|
USES= gmake perl5
|
|
USE_PERL5= configure
|
|
USE_GNOME= gtk20 pango
|
|
|
|
.include <bsd.port.mk>
|