License question

Mark Brethen mark.brethen at gmail.com
Tue Jan 3 10:22:23 PST 2012


On Jan 3, 2012, at 11:02 AM, Bradley Giesbrecht wrote:

> Do other distributions subdir psl and csl and build both?
> http://reduce-algebra.svn.sourceforge.net/viewvc/reduce-algebra/trunk/debianbuild/debian/reduce.dirs?revision=1534&view=markup
> http://reduce-algebra.svn.sourceforge.net/viewvc/reduce-algebra/trunk/debianbuild/debian/reduce.links?revision=1534&view=markup
> http://reduce-algebra.svn.sourceforge.net/viewvc/reduce-algebra/trunk/debianbuild/debian/rules?revision=1535&view=markup
> 
> If you  subdir psl and csl you can build both and remove these two variants.

This is in the debian rules file:

#override_dh_auto_configure:
configure: configure-stamp
configure-stamp:
	dh_testdir
	cd $(TOPDIR) ; ./configure --prefix=/usr --with-csl ; ./configure --with-psl

#override_dh_auto_build:
build:	configure-stamp build-stamp
build-stamp:
	dh_testdir
	cd $(TOPDIR) ; make

What would be the port equivalent?

Mark






More information about the macports-dev mailing list