mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bc65afb53f
PR: ports/22781 Submitted by: mzaki@e-mail.ne.jp
34 lines
707 B
Makefile
34 lines
707 B
Makefile
# New ports collection makefile for: libwmf
|
|
# Date Created: 22 May 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libwmf
|
|
PORTVERSION= 0.1.20
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= wvware
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_XLIB= yes
|
|
USE_XPM= yes
|
|
USE_FREETYPE= yes
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype \
|
|
-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
pre-configure:
|
|
(cd ${WRKSRC}; ${LN} -s xgd-1.7.3 xgd)
|
|
(cd ${WRKSRC}/libdib; ${LN} -s ../bytelevel.c)
|
|
|
|
.include <bsd.port.mk>
|