ecbbc7bb41
committing on behalf of martynas@ ok jasper@
27 lines
521 B
Makefile
27 lines
521 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/05/13 18:30:41 jasper Exp $
|
|
|
|
COMMENT= "compatibility tools from the Tango project"
|
|
|
|
DISTNAME= icon-naming-utils-0.8.2
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= http://tango.freedesktop.org/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}releases/
|
|
|
|
RUN_DEPENDS= :p5-XML-Simple-*:textproc/p5-XML-Simple
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USE_GMAKE= Yes
|
|
PKG_ARCH= *
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|