freebsd-ports/cad/geda-symbols/Makefile
Stanislav Sedov 9cbf45966b - Update to 20070216
- Deprecate geda-projectmanager.
2007-03-13 16:30:28 +00:00

36 lines
865 B
Makefile

# New ports collection makefile for: geda
# Date created: 4 April 2001
# Whom: bruno schwander <bruno@tinkerbox.org>
#
# $FreeBSD$
#
PORTNAME= symbols
PORTVERSION= 20070216
PORTREVISION= 0
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \
http://geda.seul.org/devel/${PORTVERSION}/
PKGNAMEPREFIX= geda-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
MAINTAINER= stas@FreeBSD.org
COMMENT= The gEDA's symbols
DATADIR= ${PREFIX}/share/geda
DOCSDIR= ${PREFIX}/share/doc/geda
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -E \
-e "s,^(DATADIR[[:space:]]*=[[:space:]]*)gEDA,\1geda," \
${WRKSRC}/configure
post-install:
@${TOUCH} ${DATADIR}/sym/local/.keep_me
.include <bsd.port.mk>