Files
ports/devel/ois/Makefile
T
Niclas Zeising 366790689c Add USES=xorg USES=gl, ports categories d
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'd'.
2019-11-04 22:20:30 +00:00

31 lines
605 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$
PORTNAME= ois
PORTVERSION= 1.2.0
PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= SF/wgois/Source%20Release/1.2
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Object Oriented Input System
LICENSE= ZLIB
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= autoreconf libtool pathfix xorg
USE_XORG= x11 xaw
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PORTNAME}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libOIS.so
.include <bsd.port.mk>