1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/giflib/Makefile
Thomas Gellekum d0d0bea147 Import a port of Eric Raymond's giflib, a library and collection of
tools for working with GIF files.
1997-05-05 12:33:44 +00:00

26 lines
521 B
Makefile

# New ports collection makefile for: giflib
# Version required: 2.3
# Date created: 03 May 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id$
#
DISTNAME= giflib-2.3
CATEGORIES= graphics
MASTER_SITES= http://www.ccil.org/~esr/
MAINTAINER= tg@FreeBSD.ORG
post-extract:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/lib
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/giflib
@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/giflib
.endif
@${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>