mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9455416a54
to play TCP the right way.
23 lines
484 B
Makefile
23 lines
484 B
Makefile
# New ports collection makefile for: gd
|
|
# Version required: 1.3
|
|
# Date created: 27 Mar 1998
|
|
# Whom: jeff@cetlink.net
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/04/04 14:25:47 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= gd1.3
|
|
PKGNAME= gd-1.3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.boutell.com/gd/http/
|
|
|
|
MAINTAINER= jeff@cetlink.net
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/include/gd
|
|
${MKDIR} ${PREFIX}/share/examples/gd
|
|
|
|
.include <bsd.port.mk>
|