1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/graphics/libmng/Makefile
Mikhail Teterin 43dc8f0929 Upgrade to the "final" release -- 1.0.5. Remove the conditional patching
-- it was in place for a much older version of lcms. Would love to have
done this prior to 4.8, but portmgr never responded with the approval.
2003-04-06 04:41:37 +00:00

34 lines
752 B
Makefile

# New ports collection makefile for: libmng
# Date created: Nov 2, 2000
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#
PORTNAME= libmng
PORTVERSION= 1.0.5
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.libmng.com/download/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Multiple-image Network Graphics (MNG) reference library
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
lcms.1:${PORTSDIR}/graphics/lcms
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ARGS+= -j2
INSTALLS_SHLIB= yes
MAN3= libmng.3
MAN5= mng.5 jng.5
post-install:
cd ${WRKSRC}/doc/man && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3 \
&& ${INSTALL_MAN} ${MAN5} ${PREFIX}/man/man5
.include <bsd.port.mk>