22 lines
380 B
Makefile
22 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.9 2011/09/16 10:02:38 espie Exp $
|
|
|
|
COMMENT= ruby interface to the gd2 graphics library
|
|
|
|
DISTNAME= gd2-1.1.1
|
|
REVISION = 5
|
|
CATEGORIES= graphics devel
|
|
|
|
# gpl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
RUN_DEPENDS= graphics/gd
|
|
|
|
.include <bsd.port.mk>
|