72ea7e696b
With hat: portmgr Sponsored by: Absolight
26 lines
638 B
Makefile
26 lines
638 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= 1
|
|
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 libtool pathfix pkgconfig tar:xz
|
|
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>
|