pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
udunits2: cleaned up makefile
Module Name: pkgsrc-wip
Committed By: Dan Siercks <dsiercks%uwm.edu@localhost>
Pushed By: dsiercks
Date: Tue Mar 19 08:09:18 2019 -0500
Changeset: 84ad3b76b2c8a8594bca07cb5149a39de3630247
Modified Files:
udunits2/Makefile
Log Message:
udunits2: cleaned up makefile
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=84ad3b76b2c8a8594bca07cb5149a39de3630247
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
udunits2/Makefile | 21 ---------------------
1 file changed, 21 deletions(-)
diffs:
diff --git a/udunits2/Makefile b/udunits2/Makefile
index 0c2a06be30..6f6e951ec2 100644
--- a/udunits2/Makefile
+++ b/udunits2/Makefile
@@ -9,20 +9,6 @@
## Created by: Greg Lewis <glewis%FreeBSD.org@localhost>
## $FreeBSD: head/science/udunits/Makefile 383158 2015-04-03 17:28:32Z sunpoet $
-# LOCAL/sunpoet
-#OPTIONS_DEFINE= DOCS
-#CPPFLAGS+= -I${LOCALBASE}/include
-#INSTALL_TARGET= install-strip
-#LDFLAGS+= -L${LOCALBASE}/lib
-#USE_LDCONFIG= yes
-#INFO= udunits2 udunits2lib udunits2prog
-#PORTDATA= *
-#PORTDOCS= *
-#post-patch:
-# @${REINPLACE_CMD} -e '/install-data-hook$$/d' ${WRKSRC}/lib/Makefile.in
-#regression-test test: build
-# cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check
-#.include <bsd.port.mk>
DISTNAME= udunits-${PORTVERSION}
CATEGORIES= math
@@ -34,10 +20,8 @@ COMMENT= Library for manipulating units of physical quantities
LICENSE= modified-bsd
-# Pessimistic assumption. Test and change if possible.
MAKE_JOBS_SAFE= no
-# Just assuming C and C++: Adjust this!
USE_LANGUAGES= fortran c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
@@ -55,11 +39,6 @@ PORTVERSION= 2.2.26
# Keep this if there are user-selectable options.
#.include "options.mk"
-# You may need this, especially if using do-install.
-
-# Note: Depends on PLIST.
-#AUTO_MKDIRS= yes
-
# Add any _DEPENDS that have a buildlink3.mk
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index