1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/graphics/giflib/Makefile

25 lines
532 B
Makefile
Raw Normal View History

# New ports collection makefile for: giflib
# Version required: 3.0
# Date created: 03 May 1997
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
DISTNAME= giflib-3.0
CATEGORIES= graphics
1998-11-20 08:50:51 +00:00
MASTER_SITES= http://earthspace.net/~esr/giflib/
MAINTAINER= ports@FreeBSD.org
1998-11-28 01:59:35 +00:00
USE_XLIB= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/giflib
@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/giflib
.endif
1998-09-19 01:22:42 +00:00
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>