openbsd-ports/audio/mixer.app/Makefile
naddy 1e474f48e1 remove Peter Stromberg as maintainer:
"I haven't used any of those ports myself for a long time, so I think it's
best you remove me as maintainer."
2012-12-13 16:34:47 +00:00

31 lines
689 B
Makefile

# $OpenBSD: Makefile,v 1.19 2012/12/13 16:34:47 naddy Exp $
COMMENT= wm-dockapp; sound mixer
DISTNAME= Mixer.app-1.8.0
PKGNAME= ${DISTNAME:L}
REVISION= 2
CATEGORIES= audio x11 x11/windowmaker
HOMEPAGE= http://www.fukt.hk-r.se/~per/mixer/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm c m ossaudio stdc++
MASTER_SITES= ${HOMEPAGE}
USE_GROFF = Yes
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM_DIR} ${PREFIX}/GNUstep/Apps/Mixer.app
${INSTALL_PROGRAM} ${WRKBUILD}/Mixer.app ${PREFIX}/GNUstep/Apps/Mixer.app/Mixer
${INSTALL_MAN} files/Mixer.1 ${PREFIX}/man/man1
.include <bsd.port.mk>