Gattrib is gEDA's attribute editor.
WWW: http://www.geda.seul.org PR: ports/99480 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
This commit is contained in:
parent
25c348a04b
commit
2e4cba8347
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166403
@ -20,6 +20,7 @@
|
||||
SUBDIR += fandango
|
||||
SUBDIR += feappv
|
||||
SUBDIR += geda
|
||||
SUBDIR += geda-gattrib
|
||||
SUBDIR += geda-symbols
|
||||
SUBDIR += geda-symcheck
|
||||
SUBDIR += geda-utils
|
||||
|
27
cad/geda-gattrib/Makefile
Normal file
27
cad/geda-gattrib/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: geda-gattrib
|
||||
# Date created: 26 June 2006
|
||||
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gattrib
|
||||
PORTVERSION= 20060123
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \
|
||||
http://geda.seul.org/devel/${PORTVERSION}/ \
|
||||
http://www.tinkerbox.org/projects/files/gEDA/
|
||||
DISTNAME= geda-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ssedov@mbsd.msk.ru
|
||||
COMMENT= GEDA's attribute editor
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/gEDA/sym:${PORTSDIR}/cad/geda-symbols
|
||||
LIB_DEPENDS= geda.25:${PORTSDIR}/cad/libgeda
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= gtk20
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
3
cad/geda-gattrib/distinfo
Normal file
3
cad/geda-gattrib/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (geda-gattrib-20060123.tar.gz) = 9b80848a7e746e127d9d2fc2a080b8cc
|
||||
SHA256 (geda-gattrib-20060123.tar.gz) = 495b9fbfa4013bed80032cb2fe25dad2308ea8fd83b361ac94cbdf245553355c
|
||||
SIZE (geda-gattrib-20060123.tar.gz) = 317978
|
11
cad/geda-gattrib/files/patch-src_Makefile.in
Normal file
11
cad/geda-gattrib/files/patch-src_Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/Makefile.in.orig Mon Jun 26 03:31:52 2006
|
||||
+++ src/Makefile.in Mon Jun 26 03:31:58 2006
|
||||
@@ -264,7 +264,7 @@
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -lgeda
|
||||
DIST_SOURCES = $(am__gattrib_SOURCES_DIST)
|
||||
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
|
||||
SOURCES = $(gattrib_SOURCES)
|
3
cad/geda-gattrib/pkg-descr
Normal file
3
cad/geda-gattrib/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Gattrib is gEDA's attribute editor.
|
||||
|
||||
WWW: http://www.geda.seul.org
|
3
cad/geda-gattrib/pkg-plist
Normal file
3
cad/geda-gattrib/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/gattrib
|
||||
share/gEDA/system-gattribrc
|
||||
@dirrmtry share/gEDA
|
Loading…
Reference in New Issue
Block a user