Index: head/science/gsmc/pkg-plist =================================================================== --- head/science/gsmc/pkg-plist (revision 394655) +++ head/science/gsmc/pkg-plist (nonexistent) @@ -1,2 +0,0 @@ -bin/gsmc -man/man1/gsmc.1.gz Property changes on: head/science/gsmc/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/science/gsmc/Makefile =================================================================== --- head/science/gsmc/Makefile (revision 394655) +++ head/science/gsmc/Makefile (revision 394656) @@ -1,20 +1,23 @@ # Created by: db # $FreeBSD$ PORTNAME= gsmc PORTVERSION= 1.1 PORTREVISION= 4 CATEGORIES= science hamradio MASTER_SITES= http://www.qsl.net/ik5nax/ -MAINTAINER= db@FreeBSD.org +MAINTAINER= hamradio@FreeBSD.org COMMENT= Smith chart program for impedance matching +LICENSE= GPLv2 + USE_GNOME= gtk20 GNU_CONFIGURE= yes USES= autoreconf gmake pkgconfig +PLIST_FILES= bin/gsmc man/man1/gsmc.1.gz post-patch: @${REINPLACE_CMD} '/^LIBS=/s/$$/ -lm/' ${WRKSRC}/Makefile.am .include Index: head/science/gsmc/files/patch-configure.ac =================================================================== --- head/science/gsmc/files/patch-configure.ac (revision 394655) +++ head/science/gsmc/files/patch-configure.ac (revision 394656) @@ -1,13 +1,13 @@ ---- configure.ac.orig 2004-07-28 04:34:01.000000000 -0400 -+++ configure.ac 2009-08-14 20:51:30.000000000 -0400 -@@ -9,7 +9,9 @@ +--- configure.ac.orig 2004-07-28 08:34:01 UTC ++++ configure.ac +@@ -9,7 +9,9 @@ AM_INIT_AUTOMAKE(gsmc, 1.0, ik5nax@amsat # Checks for programs. AC_PROG_CC pkg_modules="gtk+-2.0" -PKG_CHECK_MODULES(PACKAGE,[$pkg_modules]) +PACKAGE_CFLAGS=`pkg-config --cflags ${pkg_modules}` +PACKAGE_LIBS=`pkg-config --libs ${pkg_modules}` +#PKG_CHECK_MODULES(PACKAGE,[$pkg_modules]) AC_SUBST(PACKAGE_CFLAGS) AC_SUBST(PACKAGE_LIBS) Property changes on: head/science/gsmc/files/patch-configure.ac ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -yes \ No newline at end of property +1 \ No newline at end of property