f00bdc1371
PR: ports/80128 Submitted by: Udo Mueller via maintainer
40 lines
967 B
Makefile
40 lines
967 B
Makefile
# New ports collection makefile for: autotrace
|
|
# Date created: 12 April 2001
|
|
# Whom: KANOU Hiroki <kanou@mil.allnet.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= autotrace
|
|
PORTVERSION= 0.31.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= kanou@khdd.net
|
|
COMMENT= Convert bitmap to vector graphics
|
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
|
|
ming.3:${PORTSDIR}/graphics/ming \
|
|
Magick.8:${PORTSDIR}/graphics/ImageMagick \
|
|
pstoedit.0:${PORTSDIR}/graphics/pstoedit
|
|
.if !exists(/usr/bin/bzip2)
|
|
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
|
|
.endif
|
|
|
|
INSTALLS_SHLIB= yes
|
|
USE_INC_LIBTOOL_VER=13
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \
|
|
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/ming"
|
|
USE_XLIB= yes
|
|
USE_REINPLACE= yes
|
|
|
|
MAN1= autotrace.1
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|