14d9e19c1c
OK ajacoutot@
20 lines
507 B
Makefile
20 lines
507 B
Makefile
# $OpenBSD: Makefile,v 1.2 2011/12/22 18:41:49 sebastia Exp $
|
|
|
|
COMMENT = GNUstep performance library
|
|
|
|
VERSION = 0.3.2
|
|
DISTNAME = Performance-${VERSION}
|
|
PKGNAME = gnustep-performance-${VERSION}
|
|
CATEGORIES = devel
|
|
SHARED_LIBS += Performance 0.1
|
|
|
|
HOMEPAGE = http://wiki.gnustep.org/index.php/Performance
|
|
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=libs/}
|
|
|
|
MODULES = x11/gnustep
|
|
MODGNUSTEP_NEEDS_GUI = No
|
|
|
|
MAKE_FLAGS += Performance_INTERFACE_VERSION=${LIBPerformance_VERSION}
|
|
|
|
.include <bsd.port.mk>
|