627cb575f7
Approved by: miwi (mentor) Suggested by: sat
22 lines
495 B
Makefile
22 lines
495 B
Makefile
# New ports collection makefile for: libcoyotl
|
|
# Date created: 2006-08-01
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libcoyotl
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.coyotegulch.com/distfiles/
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= Collection of useful C++ classes
|
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
|
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/
|
|
|
|
.include <bsd.port.mk>
|