diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-03-13 11:27:29 +0000 |
commit | 3fc75d24451f17b4aa45406e122fda45844581c8 (patch) | |
tree | d55df78205fca999ce087d282021d235873bc74e /devel/gflags/Makefile | |
parent | ba391f6a40dcd8927b57d910490d1dc05f2ac571 (diff) | |
download | ports-3fc75d24451f17b4aa45406e122fda45844581c8.tar.gz ports-3fc75d24451f17b4aa45406e122fda45844581c8.zip |
Notes
Diffstat (limited to 'devel/gflags/Makefile')
-rw-r--r-- | devel/gflags/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gflags/Makefile b/devel/gflags/Makefile index c226a151cba1..cbf5c4b6d4d6 100644 --- a/devel/gflags/Makefile +++ b/devel/gflags/Makefile @@ -8,11 +8,12 @@ PORTNAME= gflags PORTVERSION= 0.6 CATEGORIES= devel -MASTER_SITES= http://google-gflags.googlecode.com/files/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= leeym@FreeBSD.org COMMENT= Commandline flags module for C++ +PROJECTHOST= google-gflags USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes |