freebsd-ports/graphics/libungif/Makefile
Thomas Gellekum cdac785a11 Remove a bunch of junk from the patches.
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-25 13:01:12 +00:00

25 lines
574 B
Makefile

# New ports collection makefile for: giflib
# Version required: 3.0
# Date created: 03 May 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
# $Id: Makefile,v 1.6 1998/11/28 01:59:35 asami Exp $
#
DISTNAME= giflib-3.0
CATEGORIES= graphics
MASTER_SITES= http://earthspace.net/~esr/giflib/
MAINTAINER= ports@FreeBSD.ORG
USE_XLIB= yes
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/giflib
@${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/giflib
.endif
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>