4f9664ab00
OK landry@
22 lines
381 B
Makefile
22 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.8 2011/01/06 04:24:23 jeremy Exp $
|
|
|
|
COMMENT= ruby interface to the gd2 graphics library
|
|
|
|
DISTNAME= gd2-1.1.1
|
|
REVISION = 4
|
|
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>
|