19 lines
362 B
Makefile
19 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/11/22 08:37:03 espie Exp $
|
|
|
|
COMMENT= framework which makes building complex GUIs easy
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Gtk2-Ex-FormFactory-0.65
|
|
CATEGORIES= x11
|
|
USE_GROFF = Yes
|
|
|
|
# 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>
|