ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
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.
2015-05-22 11:31:10 +00:00

32 lines
694 B
Makefile

# $OpenBSD: Makefile,v 1.24 2015/05/22 11:31:13 ajacoutot Exp $
COMMENT= primitives drawing/other support functions for SDL
DISTNAME= SDL_gfx-2.0.25
PKGNAME= ${DISTNAME:L:S/_/-/}
CATEGORIES= devel graphics x11
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
REVISION= 0
SHARED_LIBS= SDL_gfx 15.0
HOMEPAGE= http://www.ferzkopp.net/joomla/content/view/19/14/
# Zlib
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= SDL m pthread sndio usbhid
MODULES= converters/libiconv
LIB_DEPENDS= devel/sdl
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "i386"
CONFIGURE_ARGS+= --disable-mmx
.endif
.include <bsd.port.mk>