summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorsalo <salo>2003-10-14 10:12:02 +0000
committersalo <salo>2003-10-14 10:12:02 +0000
commitd3c05530e5c26d85de85bc2ed061feea6380e6a2 (patch)
tree5ed9b50c428f23981a32557a772f4a03e269bee1 /emulators
parent83bb7856b68a47d8a82d8a898cd463bc4ee42a1b (diff)
downloadpkgsrc-d3c05530e5c26d85de85bc2ed061feea6380e6a2.tar.gz
Style nits.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/libspectrum/Makefile15
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"