15 lines
284 B
Makefile
15 lines
284 B
Makefile
|
# New ports collection makefile for: gstreamer-plugins-mikmod
|
||
|
# Date created: 3 Oct 2004
|
||
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
CATEGORIES= audio
|
||
|
|
||
|
GST_PLUGIN= mikmod
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|