aboutsummaryrefslogtreecommitdiff
path: root/graphics/synaesthesia
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2005-08-21 05:09:17 +0000
committerPete Fritchman <petef@FreeBSD.org>2005-08-21 05:09:17 +0000
commit6d526b97a3b4cde2800de51f5d27e3ed0e7a92b4 (patch)
treed2ae3619d3ec92bbe2d3f8abb0a3dc00b0ddfba3 /graphics/synaesthesia
parent23430c69222591ecccb50afe471fdf94488be641 (diff)
Notes
Diffstat (limited to 'graphics/synaesthesia')
-rw-r--r--graphics/synaesthesia/Makefile17
-rw-r--r--graphics/synaesthesia/distinfo3
-rw-r--r--graphics/synaesthesia/pkg-plist4
3 files changed, 9 insertions, 15 deletions
diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile
index 8807ee8a7896..f45601c9255c 100644
--- a/graphics/synaesthesia/Makefile
+++ b/graphics/synaesthesia/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= synaesthesia
-PORTVERSION= 2.2
-PORTREVISION= 2
+PORTVERSION= 2.3
CATEGORIES= graphics
-MASTER_SITES= http://www.logarithmic.net/pfh/Synaesthesia/
+MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/
MAINTAINER= petef@FreeBSD.org
COMMENT= Graphically represents sound in real time
@@ -22,12 +21,6 @@ USE_X_PREFIX= Yes
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' `${FIND} ${WRKSRC} -name \*.cc -or -name \*.c`
@${REINPLACE_CMD} -e 's,int16_t,u_int16_t,' \
@@ -36,8 +29,8 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/synaesthesia ${PREFIX}/bin
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/synaesthesia
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/synaesthesia
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/graphics/synaesthesia/distinfo b/graphics/synaesthesia/distinfo
index 497f7f6fbec6..396d23c2f94a 100644
--- a/graphics/synaesthesia/distinfo
+++ b/graphics/synaesthesia/distinfo
@@ -1 +1,2 @@
-MD5 (synaesthesia-2.2.tar.gz) = 9d15174b2a436d35099e0577863ca5d3
+MD5 (synaesthesia-2.3.tar.gz) = cfbe3ae68c15952ec7a2403ffda0f0af
+SIZE (synaesthesia-2.3.tar.gz) = 178019
diff --git a/graphics/synaesthesia/pkg-plist b/graphics/synaesthesia/pkg-plist
index 61cc7404e6ec..a3eed8c25b52 100644
--- a/graphics/synaesthesia/pkg-plist
+++ b/graphics/synaesthesia/pkg-plist
@@ -1,3 +1,3 @@
bin/synaesthesia
-%%PORTDOCS%%share/doc/synaesthesia/README
-%%PORTDOCS%%@dirrm share/doc/synaesthesia
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%@dirrm %%DOCSDIR%%