ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

libquviscripts.mk (372B)


      1 TARG = libquviscripts
      2 
      3 <$mkbuild/mk.common-noinst
      4 
      5 libquviscripts:QV:
      6 	export CFLAGS="$CFLAGS $DEPS_CFLAGS"
      7 	export LDFLAGS="$LDFLAGS $DEPS_LDFLAGS"
      8 	CC="$CC" ./configure \
      9 		--prefix="$PREFIX" \
     10 		--mandir="$ROOT/share/man" \
     11 		--disable-shared \
     12 		--enable-static \
     13 		--without-manual \
     14 		--with-nsfw
     15 	make -j$nprocs
     16 
     17 install:QV:
     18 	make -j$nprocs install DESTDIR="$ROOT"