2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
29 lines
511 B
Makefile
29 lines
511 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/11/15 00:22:46 espie Exp $
|
|
|
|
COMMENT = simple curses mixer
|
|
|
|
DISTNAME = cmixer-0.1
|
|
CATEGORIES = audio
|
|
|
|
MAINTAINER = Landry Breuil <gaston@gcu.info>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://rhaalovely.net/stuff/
|
|
|
|
NO_BUILD= yes
|
|
NO_REGRESS= yes
|
|
|
|
RUN_DEPENDS= devel/p5-Curses-UI
|
|
|
|
PKG_ARCH= *
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cmixer.pl ${PREFIX}/bin/cmixer
|
|
|
|
.include <bsd.port.mk>
|