mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
73cc57aece
some WANTLIB as well
21 lines
496 B
Makefile
21 lines
496 B
Makefile
COMMENT = GNUstep performance library
|
|
|
|
VERSION = 0.6.0
|
|
DISTNAME = Performance-${VERSION}
|
|
PKGNAME = gnustep-performance-${VERSION}
|
|
CATEGORIES = devel
|
|
SHARED_LIBS += Performance 0.3
|
|
REVISION = 2
|
|
|
|
HOMEPAGE = http://wiki.gnustep.org/index.php/Performance
|
|
SITES = ${SITE_GNUSTEP:=libs/}
|
|
|
|
MODULES = x11/gnustep
|
|
WANTLIB = pthread c++abi
|
|
MODGNUSTEP_NEEDS_GUI = No
|
|
MODGNUSTEP_NEEDS_BACK = No
|
|
|
|
MAKE_FLAGS += Performance_INTERFACE_VERSION=${LIBPerformance_VERSION}
|
|
|
|
.include <bsd.port.mk>
|