diff options
author | salo <salo@pkgsrc.org> | 2003-10-14 10:12:02 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-10-14 10:12:02 +0000 |
commit | c2deda492176cc57f4991da82b1faadc59c151dc (patch) | |
tree | 5ed9b50c428f23981a32557a772f4a03e269bee1 /emulators/libspectrum/Makefile | |
parent | 15ef8da8f11ff34257887402b85c14a8914ae9e0 (diff) | |
download | pkgsrc-c2deda492176cc57f4991da82b1faadc59c151dc.tar.gz |
Style nits.
Diffstat (limited to 'emulators/libspectrum/Makefile')
-rw-r--r-- | emulators/libspectrum/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index 56748ee0109..9f84b4f7bf9 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -1,4 +1,5 @@ -# $NetBSD: Makefile,v 1.4 2003/10/14 10:10:46 salo Exp $ +# $NetBSD: Makefile,v 1.5 2003/10/14 10:12:02 salo Exp $ +# DISTNAME= libspectrum-0.2.0.1 CATEGORIES= emulators @@ -9,12 +10,13 @@ HOMEPAGE= http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html COMMENT= ZX Spectrum emulator file format library USE_PERL5= build -USE_BUILDLINK2= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -LIBTOOL_OVERRIDE=${WRKSRC}/libtool +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +GNU_CONFIGURE= YES -CONFIGURE_ENV+= PERL=${PERL5} +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +CONFIGURE_ENV+= PERL=${PERL5} DOCDIR= ${PREFIX}/share/doc/libspectrum @@ -24,4 +26,5 @@ post-install: .include "../../devel/glib/buildlink2.mk" .include "../../lang/perl5/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |