diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 12:35:36 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 12:35:36 +0800 |
commit | 98e3d244fd9c17651a24a1ee446f9d3f8d1908d3 (patch) | |
tree | f4a22896fff8408471e002e7b25a34443e365ebb /cad/oregano/Makefile | |
parent | 9e0a0e14a58e8879ae76c959e05a4d4abc6bb602 (diff) | |
download | marcuscom-ports-98e3d244fd9c17651a24a1ee446f9d3f8d1908d3.tar marcuscom-ports-98e3d244fd9c17651a24a1ee446f9d3f8d1908d3.tar.gz marcuscom-ports-98e3d244fd9c17651a24a1ee446f9d3f8d1908d3.tar.bz2 marcuscom-ports-98e3d244fd9c17651a24a1ee446f9d3f8d1908d3.tar.lz marcuscom-ports-98e3d244fd9c17651a24a1ee446f9d3f8d1908d3.tar.xz marcuscom-ports-98e3d244fd9c17651a24a1ee446f9d3f8d1908d3.tar.zst marcuscom-ports-98e3d244fd9c17651a24a1ee446f9d3f8d1908d3.zip |
- Add oregano at version 0.40.5
* cairo 0.6.0 update port.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4434 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'cad/oregano/Makefile')
-rw-r--r-- | cad/oregano/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile new file mode 100644 index 000000000..62b159d73 --- /dev/null +++ b/cad/oregano/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: oregano +# Date created: 19 Feb 2001 +# Whom: Anders Andersson <anders@hack.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= oregano +PORTVERSION= 0.40.5 +CATEGORIES= cad gnome +MASTER_SITES= http://gforge.lug.fi.uba.ar/frs/download.php/64/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= Schematic capture and simulation of electrical circuits + +LIB_DEPENDS= cairo.1:${PORTSDIR}/graphics/cairo + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOME= gnomehack gnomeprefix gtksourceview intlhack libglade2 \ + libgnomeprintui libgnomeui +USE_GMAKE= yes +USE_LIBTOOL_VER= 15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ + AUTOMAKE="${TRUE}" +INSTALLS_OMF= yes + +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} -e 's|src/main\.c|${PORTNAME}|g' ${WRKSRC}/configure + +.include <bsd.port.post.mk> |