freebsd-ports/audio/simplemod/Makefile
Erwin Lansing deaeebe004 Add simplemod
simplemod is a minimalistic module player.

Submitted by:	Christian Laursen <xi@borderworlds.dk>
Approved by:	edwin (mentor)
2003-06-10 07:26:11 +00:00

26 lines
538 B
Makefile

# New ports collection makefile for: simplemod
# Date created: 9 june 2003
# Whom: Christian Laursen <xi@borderworlds.dk>
#
# $FreeBSD$
#
PORTNAME= simplemod
PORTVERSION= 0.9
CATEGORIES= audio
MASTER_SITES= http://borderworlds.dk/projects/sm/
MAINTAINER= xi@borderworlds.dk
COMMENT= A minimalistic module player
LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
WRKSRC= ${WRKDIR}/simplemod
ALL_TARGET= simplemod
do-install:
${INSTALL} -o 0 -g 0 -s ${WRKSRC}/simplemod ${PREFIX}/bin
.include <bsd.port.mk>