17 lines
263 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2013/08/14 11:43:03 sthen Exp $
COMMENT= PHP support for rar archives
DISTNAME= rar-3.0.1
2012-04-19 21:30:26 +00:00
CATEGORIES= archivers
2012-04-19 21:30:26 +00:00
# PHP
PERMIT_PACKAGE_CDROM= Yes
2011-10-12 08:37:39 +00:00
WANTLIB= m stdc++
2012-04-19 21:30:26 +00:00
MODULES= lang/php/pecl
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>