Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time.
24 lines
436 B
Makefile
24 lines
436 B
Makefile
# $OpenBSD: Makefile,v 1.10 2015/05/22 11:36:16 ajacoutot Exp $
|
|
|
|
COMMENT = shared desktop ontologies
|
|
PKG_ARCH = *
|
|
|
|
DISTNAME = shared-desktop-ontologies-0.11.0
|
|
EXTRACT_SUFX = .tar.bz2
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = http://sourceforge.net/apps/trac/oscaf/
|
|
|
|
CATEGORIES = misc
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=oscaf/}
|
|
|
|
# BSD - CC-BY
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = devel/cmake
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|