aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorseanc <seanc@FreeBSD.org>2004-06-26 03:50:44 +0800
committerseanc <seanc@FreeBSD.org>2004-06-26 03:50:44 +0800
commit0b10e22e76e96197607ce714c717a089347dc7d4 (patch)
tree4b523d052cede5b3b1d2b18dbdaffa83cc383c2b /devel
parent87a47da2b89372ce2337c0ebece76e74a5ca3347 (diff)
downloadfreebsd-ports-graphics-0b10e22e76e96197607ce714c717a089347dc7d4.tar.gz
freebsd-ports-graphics-0b10e22e76e96197607ce714c717a089347dc7d4.tar.zst
freebsd-ports-graphics-0b10e22e76e96197607ce714c717a089347dc7d4.zip
Update pmk to the latest stable version, 0.8.1. Now including a tutorial,
examples, better docs, and a shiny new website! But wait, there's more! If you order your autoconf replacement today, at no additional charge we'll include six months worth of bug fixes!!! PR: ports/68248 Submitted by: David Bremner
Diffstat (limited to 'devel')
-rw-r--r--devel/pmk/Makefile11
-rw-r--r--devel/pmk/pkg-plist6
2 files changed, 9 insertions, 8 deletions
diff --git a/devel/pmk/Makefile b/devel/pmk/Makefile
index 0ae121a3e2b..9bdaceae19a 100644
--- a/devel/pmk/Makefile
+++ b/devel/pmk/Makefile
@@ -6,22 +6,19 @@
#
PORTNAME= pmk
-PORTVERSION= 0.7
+PORTVERSION= 0.8.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= premk
+MASTER_SITE_SUBDIR= pmk
MAINTAINER= seanc@FreeBSD.org
COMMENT= Pre Make Kit, a sane replacement for autoconf
-MAN1= pmk.1 pmkscan.1
+MAN1= pmk.1 pmkscan.1 pmkinstall.1
MAN5= pmk.conf.5 pmkfile.5
MAN8= pmksetup.8
-post-extract:
- cd ${WRKSRC}; ${MAKE} clean
-
do-configure:
- cd ${WRKSRC}; ${MAKE} cfgrm
+ cd ${WRKSRC}; SYSCONFDIR=${PREFIX}/etc ./pmkcfg.sh
.include <bsd.port.mk>
diff --git a/devel/pmk/pkg-plist b/devel/pmk/pkg-plist
index 18569036e63..e59afe6796a 100644
--- a/devel/pmk/pkg-plist
+++ b/devel/pmk/pkg-plist
@@ -1,7 +1,11 @@
bin/pmk
+bin/pmkinstall
+bin/pmkpc
bin/pmkscan
sbin/pmksetup
-share/pmk/pmkfile.sample
share/pmk/pmk.conf.sample
+share/pmk/pmkcfgtool.dat
+share/pmk/pmkcomp.dat
+share/pmk/pmkfile.sample
share/pmk/pmkscan.dat
@dirrm share/pmk