freebsd-ports/x11-toolkits/libxaw3dxft/Makefile
Johan van Selst 82a6148da7 Correct CATEGORIES for new port
Reported by:	erwin
Pointy hat to:	myself
2012-02-20 13:05:46 +00:00

29 lines
624 B
Makefile

# New ports collection makefile for: libxaw3dxft
# Date created: 18 Feb 2012
# Whom: johans
#
# $FreeBSD$
#
PORTNAME= libxaw3dxft
PORTVERSION= 1.3.3
CATEGORIES= x11-toolkits
MASTER_SITES= SF/sf-xpaint/${PORTNAME}
MAINTAINER= johans@FreeBSD.org
COMMENT= 3D Xaw (Athena Widget Set) replacement with extended fonts
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_XORG= xft xmu xpm
CPPFLAGS+= -I${LOCALBASE}/include/freetype2
post-patch:
@${REINPLACE_CMD} 's:/usr/lib/pkgconfig:${PREFIX}/libdata/pkgconfig:' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>