freebsd-ports/graphics/libfpx/Makefile
Mikhail Teterin 60100449d8 Add a \0-terminating patch
Submitted by: Andriy Gapon

Make portlint a little happier. Bump PORTREVISION.
2012-02-08 17:20:14 +00:00

38 lines
1 KiB
Makefile

# New ports collection makefile for: fpx
# Date created: Jan 10 2001
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#
PORTNAME= libfpx
PORTVERSION= 1.2.0.12
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ehaupt
PATCHFILES= fpx.mega-patch.2007-11-01.bz2
PATCH_SITES= http://aldan.algebra.com/~mi/
MAINTAINER= mi@aldan.algebra.com
COMMENT= Library routines for working with Flashpix images
USE_BZIP2= yes
post-patch:
${RM} ${WRKSRC}/ri_image/wchar.c ${WRKSRC}/fpx/fpxlib.h
PLIST_FILES=lib/libfpx.so.2 lib/libfpx.so lib/libfpx.a include/fpxlib.h
USE_LDCONFIG= yes
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>
# We want the port's Makefile to build compiler-flags from scratch
# (based on WARNS= in particular) instead of being influenced by
# the environment... There is no obvious way to prevent bsd.port.mk
# from adding CFLAGS and CXXFLAGS to the build environment, so we
# remove them here.
MAKE_ENV:= ${MAKE_ENV:NCFLAGS=*:NCXXFLAGS=*}