dfe217b3f8
framework which makes building complex GUIs easy
18 lines
355 B
Makefile
18 lines
355 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/05/25 05:28:12 steven Exp $
|
|
|
|
COMMENT= "framework which makes building complex GUIs easy"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Gtk2-Ex-FormFactory-0.65
|
|
CATEGORIES= x11
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::x11/p5-Gtk2
|
|
|
|
.include <bsd.port.mk>
|