head	1.5;
access;
symbols
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2007.08.12.12.50.26;	author rafan;	state dead;
branches;
next	1.4;

1.4
date	2005.01.22.20.56.55;	author clement;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.17.21.15.10;	author clement;	state Exp;
branches;
next	1.2;

1.2
date	2003.11.20.14.50.03;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2003.11.03.16.17.10;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- Update to 1.2.0

PR:		ports/115280
Submitted by:	Tobias Roth <ports at fsck.ch> (maintainer)
@
text
@--- Makefile.orig	Wed Sep 15 18:34:27 2004
+++ Makefile	Sat Jan 22 14:58:01 2005
@@@@ -8,21 +8,16 @@@@
 ##  @@todo autoconf/automake (i18n/apache2)
 
 #   the tools
-CC = gcc
-INSTALL = install
+CC ?= gcc
+INSTALL ?= install
 
 ifeq ($(APACHE_VERSION),2)
-APXS = apxs2
-APACHECTL = apache2ctl
-APRCONFIG = apr-config
 APINCDIR = $(shell $(APRCONFIG) --includes)
 APCFLAGS = $(shell $(APRCONFIG) --cflags | sed -e "s/-g //" -e "s/-O.//" -e "s/-W[a-z]*//")
 APCPPFLAGS = $(shell $(APRCONFIG) --cppflags)
 #APLIBXDIR = $(shell $(APRCONFIG) --installbuilddir)
 APLIBXDIR = $(shell $(APXS) -q LIBEXECDIR)
 else
-APXS = apxs
-APACHECTL = apachectl
 APCFLAGS = $(shell $(APXS) -q CFLAGS_SHLIB | sed -e "s/-g //" -e "s/-O.//" -e "s/-W[a-z]*//")
 APLIBXDIR = $(shell $(APXS) -q LIBEXECDIR)
 endif
@@@@ -31,11 +26,11 @@@@
 # debian doesn't have some libs (faad2 for instance...)
 DEBCPPFLAGS = -DHAS_MP3 -DHAS_OGG -DHAS_FLAC
 # in all cases:
-CPPFLAGS = -DHAS_MP3 -DHAS_OGG -DHAS_FLAC -DHAS_MP4
+#CPPFLAGS = -DHAS_MP3 -DHAS_OGG -DHAS_FLAC -DHAS_MP4
 #INC = 
 #LDFLAGS = 
-CFLAGS = -O2 -Wall
-DOCROOT = /var/www
+CFLAGS += -Wall
+DOCROOT = ${LOCALBASE}/www
 
 #   our own defines
 UNAME := $(shell uname)
@@@@ -90,8 +85,6 @@@@
 	$(INSTALL) -d $(DESTDIR)$(DOCROOT)/musicindex $(DESTDIR)$(LIBEXECDIR)
 	$(INSTALL) -m 0644 musicindex/*.* $(DESTDIR)$(DOCROOT)/musicindex
 	$(INSTALL) -m 0644 $(MOD_SO) $(DESTDIR)$(LIBEXECDIR)
-	@@echo -e "\nDon't forget to edit your httpd.conf (see README for details):\n \
-		LoadModule musicindex_module $(DESTDIR)$(LIBEXECDIR)/$(MOD_SO)"
 
 #   how to compile the objects
 %.o: %.c %.h mod_musicindex.h
@


1.4
log
@- Cleanup the ports and update pkg-message
- Pass maintainership to submitter

PR:		ports/76575
Submitted by:	Tobias Roth <ports@@fsck.ch>
@
text
@@


1.3
log
@- Update to 0.99.7
@
text
@d1 2
a2 2
--- Makefile.orig	Mon Jan 17 21:44:36 2005
+++ Makefile	Mon Jan 17 21:51:06 2005
d42 9
@


1.2
log
@* Fix build on bento
* Update to 0.8.9
* Use PORTDOCS

PR:		59507
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d1 4
a4 4
--- Makefile.orig	Thu Oct 30 12:41:45 2003
+++ Makefile	Thu Nov 20 12:35:49 2003
@@@@ -8,15 +8,13 @@@@
 ##  @@todo auto-dep
a6 2
-APXS = apxs
 APACHECTL = apachectl
d8 3
a10 1
 INSTALL = install
d12 27
a38 8
 #   additional user defines, includes and libraries
 #DEF = 
-#INC =
-#LIB = 
+INC = -I/usr/local/include
+LIB = -L/usr/local/lib
 CFLAGS = -O2 -Wall
 DOCROOT = /var/www
d40 2
@


1.1
log
@add mod_musicindex 0.8.9
Apache module in C implements Perl module Apache::MP3

PR:		58807
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d1 10
a10 3
--- Makefile.orig	Thu Oct 30 20:41:45 2003
+++ Makefile	Tue Nov  4 00:03:52 2003
@@@@ -15,8 +15,8 @@@@
@

