1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/audio/wmmixer/files/patch-aa
2002-09-29 04:24:01 +00:00

21 lines
486 B
Plaintext

--- Imakefile.orig Sat Sep 5 08:11:33 1998
+++ Imakefile Sat Sep 28 21:22:48 2002
@@ -10,4 +10,16 @@
SRCS = wmmixer.cc
OBJS = wmmixer.o
-ComplexProgramTarget(wmmixer)
+PROGRAM = wmmixer
+AllTarget(wmmixer)
+
+ProgramTargetName(wmmixer): $(OBJS) $(DEPLIBS)
+ RemoveTargetProgram(wmmixer)
+ CplusplusLinkRule($@,$(LDOPTIONS),$(OBJS),$(LOCAL_LIBRARIES) $(LDLIBS))
+
+InstallProgram(wmmixer,$(BINDIR))
+
+DependTarget()
+LintTarget()
+clean::
+ RemoveFile(ProgramTargetName(wmmixer))