summaryrefslogtreecommitdiff
path: root/audio/bebocd/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-26 18:41:45 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-26 18:41:45 +0000
commit8c324aad36d686e4c4874de42ff4fbdecaa1e57d (patch)
tree5c43fd9b1961bcacb3e42c049240393cc3760793 /audio/bebocd/Makefile
parentUpdate to 4.3.3 final release. (diff)
- Update to version 0.4
PR: 55996 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=87738
Diffstat (limited to 'audio/bebocd/Makefile')
-rw-r--r--audio/bebocd/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/audio/bebocd/Makefile b/audio/bebocd/Makefile
index 472458549a26..76783e80bae7 100644
--- a/audio/bebocd/Makefile
+++ b/audio/bebocd/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bebocd
-PORTVERSION= 0.3
+PORTVERSION= 0.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,21 +17,20 @@ COMMENT= GTK2 CD Player
LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio
USE_X_PREFIX= yes
-USE_GNOME= gnomehack gtk20 gnomeprefix
+USE_GNOME= gnomehack gtk20
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_REINPLACE= yes
-CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include \
- LIBS=-L${LOCALBASE}/lib
+CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
.if defined(CDROM) && exists(${CDROM})
@${REINPLACE_CMD} -e "s|/dev/cdrom|${CDROM}|" ${WRKSRC}/src/main.h
.else
- @${ECHO} ""
- @${ECHO} "You can specify the default CD-ROM device by defining CDROM."
- @${ECHO} "For example, CDROM=\"/dev/acd0c\" make"
- @${ECHO} ""
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "You can specify the default CD-ROM device by defining CDROM."
+ @${ECHO_MSG} "For example, CDROM=\"/dev/acd0c\" make"
+ @${ECHO_MSG} ""
.endif
.include <bsd.port.mk>