diff options
author | reg <reg@FreeBSD.org> | 2000-01-28 19:05:19 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-01-28 19:05:19 +0800 |
commit | a5e1704b141a147d54ac3bcf4fb9a9a929b83c63 (patch) | |
tree | 30534ee8b19eb6c13c12b46f645dcb3ffcab4335 /audio | |
parent | 4343763530ae53af2e5a62b89691e4e82d951ef9 (diff) | |
download | freebsd-ports-graphics-a5e1704b141a147d54ac3bcf4fb9a9a929b83c63.tar.gz freebsd-ports-graphics-a5e1704b141a147d54ac3bcf4fb9a9a929b83c63.tar.zst freebsd-ports-graphics-a5e1704b141a147d54ac3bcf4fb9a9a929b83c63.zip |
Make this port compile on -current. Fix CFLAGS and libc_r usage.
Reformat MESSAGE so it is more visible.
No response from: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast/Makefile | 15 | ||||
-rw-r--r-- | audio/icecast/pkg-message | 16 | ||||
-rw-r--r-- | audio/icecast2/Makefile | 15 | ||||
-rw-r--r-- | audio/icecast2/pkg-message | 16 |
4 files changed, 36 insertions, 26 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index ac3cd551aac..b0485d7dc03 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -18,14 +18,13 @@ WRKSRC= ${WRKDIR}/icecast-1.3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libwrap -do-configure: - cd ${WRKSRC} && ${SH} ./configure ${CONFIGURE_ARGS} - cd ${WRKSRC}/liveice && ${SH} ./configure ${CONFIGURE_ARGS} - -do-build: - cd ${WRKSRC} && ${MAKE} - cd ${WRKSRC} && ${MAKE} mkpasswd - cd ${WRKSRC}/liveice && ${MAKE} +ALL_TARGET= all mkpasswd + +post-configure: + @${MAKE} WRKSRC=${WRKSRC}/liveice do-configure + +post-build: + @${MAKE} WRKSRC=${WRKSRC}/liveice ALL_TARGET=all do-build do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icecast ${PREFIX}/sbin diff --git a/audio/icecast/pkg-message b/audio/icecast/pkg-message index 3d0177c12f6..dff2cbd9185 100644 --- a/audio/icecast/pkg-message +++ b/audio/icecast/pkg-message @@ -1,5 +1,11 @@ -FYI, there a several useful programs included in the icecast distribution that -are not installed as part of this port. These include two ways of sending -data to the server, a program for listening to the server, and another for -managing a listing of servers. These are located in the subdirectories -icedir and iceplay under the working directory. +********************************************************************** + + FYI, there a several useful programs included in the + icecast distribution that are not installed as part + of this port. These include two ways of sending data + to the server, a program for listening to the server, + and another for managing a listing of servers. These + are located in the subdirectories icedir and iceplay + under the working directory. + +********************************************************************** diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index ac3cd551aac..b0485d7dc03 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -18,14 +18,13 @@ WRKSRC= ${WRKDIR}/icecast-1.3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libwrap -do-configure: - cd ${WRKSRC} && ${SH} ./configure ${CONFIGURE_ARGS} - cd ${WRKSRC}/liveice && ${SH} ./configure ${CONFIGURE_ARGS} - -do-build: - cd ${WRKSRC} && ${MAKE} - cd ${WRKSRC} && ${MAKE} mkpasswd - cd ${WRKSRC}/liveice && ${MAKE} +ALL_TARGET= all mkpasswd + +post-configure: + @${MAKE} WRKSRC=${WRKSRC}/liveice do-configure + +post-build: + @${MAKE} WRKSRC=${WRKSRC}/liveice ALL_TARGET=all do-build do-install: ${INSTALL_PROGRAM} ${WRKSRC}/icecast ${PREFIX}/sbin diff --git a/audio/icecast2/pkg-message b/audio/icecast2/pkg-message index 3d0177c12f6..dff2cbd9185 100644 --- a/audio/icecast2/pkg-message +++ b/audio/icecast2/pkg-message @@ -1,5 +1,11 @@ -FYI, there a several useful programs included in the icecast distribution that -are not installed as part of this port. These include two ways of sending -data to the server, a program for listening to the server, and another for -managing a listing of servers. These are located in the subdirectories -icedir and iceplay under the working directory. +********************************************************************** + + FYI, there a several useful programs included in the + icecast distribution that are not installed as part + of this port. These include two ways of sending data + to the server, a program for listening to the server, + and another for managing a listing of servers. These + are located in the subdirectories icedir and iceplay + under the working directory. + +********************************************************************** |