freebsd-ports/x11-toolkits/pangox-compat/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

26 lines
649 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/x11-toolkits/pangox-compat/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= pangox-compat
PORTVERSION= 0.0.2
PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Deprecated pangoX support
BUILD_DEPENDS= pango>=1.34.0:x11-toolkits/pango
USES= gmake gnome libtool pathfix pkgconfig tar:xz xorg
USE_XORG= x11 ice
USE_LDCONFIG= yes
USE_GNOME= glib20 pango
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>