30 lines
653 B
Makefile
30 lines
653 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/06/05 14:37:16 jasper Exp $
|
|
|
|
COMMENT = shared desktop ontologies
|
|
PKG_ARCH = *
|
|
|
|
DISTNAME = shared-desktop-ontologies-0.5
|
|
REVISION = 1
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
HOMEPAGE = http://sourceforge.net/apps/trac/oscaf/
|
|
|
|
# I'd like to put it as "alien-shit", but hey, close enough
|
|
CATEGORIES = misc
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=oscaf/}
|
|
|
|
# both BSD and CC-BY, joy !
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = devel/cmake
|
|
|
|
CONFIGURE_ARGS += -DPKGCONFIG_INSTALL_DIR:STRING="lib/pkgconfig/"
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|