1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/graphics/libfpx/Makefile
Emanuel Haupt 4884f5b010 Update MASTER_SITES and make it fetchable again
Approved by:	portmgr (erwin), maintainer timeout
2006-10-27 19:44:03 +00:00

27 lines
514 B
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
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ehaupt
MAINTAINER= mi@aldan.algebra.com
COMMENT= Library routines for working with Flashpix images
MAKE_ARGS+= -j2
USE_BZIP2= yes
post-patch:
${RM} ${WRKSRC}/ri_image/wchar.c
INSTALLS_SHLIB= yes
MAKEFILE= ${FILESDIR}/Makefile.bsd
.include <bsd.port.mk>