mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c5eba8e8a7
Submitted by: bruno.schwander@technologist.com
23 lines
531 B
Makefile
23 lines
531 B
Makefile
# New ports collection makefile for: geda
|
|
# Date created: 4 April 2001
|
|
# Whom: bruno schwander <bruno@tinkerbox.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= symbols
|
|
PORTVERSION= 20010304
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/20010304/ \
|
|
http://geda.seul.org/devel/20010304/ \
|
|
http://www.tinkerbox.org/projects/files/gEDA/
|
|
|
|
MAINTAINER= bruno@tinkerbox.org
|
|
|
|
USE_AUTOCONF= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
WRKSRC= ${WRKDIR}/symbols
|
|
|
|
.include <bsd.port.mk>
|