blob: 988e450ed767a01b3c91b34080f1fa96c7d677a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: libxaw3dxft
# Date created: 18 Feb 2012
# Whom: johans
#
# $FreeBSD$
#
PORTNAME= libxaw3dxft
PORTVERSION= 1.3.3
CATEGORIES= graphics
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>
|