View | Details | Raw Unified | Return to bug 24007
Collapse All | Expand All

(-)fcplay/Makefile (-7 / +11 lines)
Lines 16-29 Link Here
16
16
17
BUILD_DEPENDS=	${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay
17
BUILD_DEPENDS=	${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay
18
18
19
CXXFLAGS+=	-I${PREFIX}/include -DHAVE_FREEBSD -DHAVE_MACHINE_SOUNDCARD_H
19
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
20
21
USE_GMAKE=	yes
20
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
21
WRKSRC=		${WRKDIR}/fcplay-${PORTVERSION}
23
CXXFLAGS+=	-I${LOCALBASE}/include
22
24
23
post-install:
25
do-install:
24
	${INSTALL} -d -m 555 ${PREFIX}/share/doc/fcplay
26
	${INSTALL_PROGRAM} ${WRKSRC}/fcplay ${PREFIX}/bin
25
	@${INSTALL_DATA} ${WRKSRC}/ABOUT ${PREFIX}/share/doc/fcplay/
27
.if !defined(NOPORTDOCS)
26
	@${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/fcplay/
28
	@${MKDIR} ${PREFIX}/share/doc/fcplay
27
	@${INSTALL_DATA} ${WRKSRC}/POINTER ${PREFIX}/share/doc/fcplay/
29
	${INSTALL_DATA} ${WRKSRC}/ABOUT ${PREFIX}/share/doc/fcplay
30
	${INSTALL_DATA} ${WRKSRC}/POINTER ${PREFIX}/share/doc/fcplay
31
.endif
28
32
29
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)fcplay/files/patch-ab (+10 lines)
Line 0 Link Here
1
--- AudioDriver.h.orig	Tue Mar  4 06:47:00 1997
2
+++ AudioDriver.h	Tue Dec 12 02:46:01 2000
3
@@ -7,6 +7,7 @@
4
 #include <string.h>
5
 #include <sys/ioctl.h>
6
 #include <unistd.h>
7
+#include "Config.h"
8
 
9
 // These next includes were not required if libsidplay would not
10
 // provide related HAVE_* definitions.
(-)fcplay/files/patch-ac (+49 lines)
Line 0 Link Here
1
--- configure.orig	Thu May 28 04:08:00 1998
2
+++ configure	Tue Dec 12 02:51:01 2000
3
@@ -1631,41 +1631,6 @@
4
 fi;
5
 
6
 
7
-# Extract the first word of "makedepend", so it can be a program name with args.
8
-set dummy makedepend; ac_word=$2
9
-echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
10
-echo "configure:1638: checking for $ac_word" >&5
11
-if eval "test \"`echo '$''{'ac_cv_prog_MAKEDEP'+set}'`\" = set"; then
12
-  echo $ac_n "(cached) $ac_c" 1>&6
13
-else
14
-  if test -n "$MAKEDEP"; then
15
-  ac_cv_prog_MAKEDEP="$MAKEDEP" # Let the user override the test.
16
-else
17
-  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
18
-  ac_dummy="$PATH"
19
-  for ac_dir in $ac_dummy; do
20
-    test -z "$ac_dir" && ac_dir=.
21
-    if test -f $ac_dir/$ac_word; then
22
-      ac_cv_prog_MAKEDEP="makedepend"
23
-      break
24
-    fi
25
-  done
26
-  IFS="$ac_save_ifs"
27
-  test -z "$ac_cv_prog_MAKEDEP" && ac_cv_prog_MAKEDEP="nomakedep"
28
-fi
29
-fi
30
-MAKEDEP="$ac_cv_prog_MAKEDEP"
31
-if test -n "$MAKEDEP"; then
32
-  echo "$ac_t""$MAKEDEP" 1>&6
33
-else
34
-  echo "$ac_t""no" 1>&6
35
-fi
36
-
37
-if test "$MAKEDEP" = "nomakedep"; then
38
-  { echo "configure: error: No ``makedepend'' found." 1>&2; exit 1; }
39
-fi;
40
-
41
-
42
 # Extract the first word of "ranlib", so it can be a program name with args.
43
 set dummy ranlib; ac_word=$2
44
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
45
@@ -2297,4 +2262,3 @@
46
 test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
47
 
48
 
49
-$MAKE depend
(-)fcplay/pkg-plist (-1 lines)
Lines 1-5 Link Here
1
bin/fcplay
1
bin/fcplay
2
share/doc/fcplay/ABOUT
2
share/doc/fcplay/ABOUT
3
share/doc/fcplay/COPYING
4
share/doc/fcplay/POINTER
3
share/doc/fcplay/POINTER
5
@dirrm share/doc/fcplay
4
@dirrm share/doc/fcplay

Return to bug 24007