Index: head/graphics/libgrass5/Makefile =================================================================== --- head/graphics/libgrass5/Makefile (revision 72278) +++ head/graphics/libgrass5/Makefile (revision 72279) @@ -1,21 +1,20 @@ # New ports collection makefile for: libgrass5 # Date created: 26 December 2000 # Whom: J. Pennington # # $FreeBSD$ # PORTNAME= libgrass5 -PORTVERSION= 0.9.0 +PORTVERSION= 1.0.0 CATEGORIES= graphics MASTER_SITES= http://gdal.velocet.ca/projects/grass/ MAINTAINER= ports@FreeBSD.org -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= ${PREFIX}/lib - USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME} +INSTALLS_SHLIB= yes .include Property changes on: head/graphics/libgrass5/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/graphics/libgrass5/distinfo =================================================================== --- head/graphics/libgrass5/distinfo (revision 72278) +++ head/graphics/libgrass5/distinfo (revision 72279) @@ -1 +1 @@ -MD5 (libgrass5-0.9.0.tar.gz) = f7c41b910bf8571a6b2f665043283aa1 +MD5 (libgrass5-1.0.0.tar.gz) = 74dc233c7471396989fca5c7da916a6a Property changes on: head/graphics/libgrass5/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/libgrass5/pkg-plist =================================================================== --- head/graphics/libgrass5/pkg-plist (revision 72278) +++ head/graphics/libgrass5/pkg-plist (revision 72279) @@ -1,13 +1,13 @@ -include/gis.h -include/datetime.h -include/gisdefs.h -include/site.h -include/P_site.h -include/P_datetime.h -include/libgrass.h -include/imagery.h -include/imagedefs.h -lib/libgrass5.so.2 -lib/libgrass5.so -lib/libgrass5.la +include/libgrass5/P_datetime.h +include/libgrass5/P_site.h +include/libgrass5/datetime.h +include/libgrass5/gis.h +include/libgrass5/gisdefs.h +include/libgrass5/imagedefs.h +include/libgrass5/imagery.h +include/libgrass5/libgrass.h +include/libgrass5/site.h lib/libgrass5.a +lib/libgrass5.so +lib/libgrass5.so.3 +@dirrm include/libgrass5 Property changes on: head/graphics/libgrass5/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property