1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/gmixer/Makefile

28 lines
584 B
Makefile
Raw Normal View History

# New ports collection makefile for: gmixer
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-25 04:36:31 +00:00
# $FreeBSD$
#
PORTNAME= gmixer
PORTVERSION= 0.98c
PORTREVISION= 1
CATEGORIES= audio
2000-06-29 02:31:42 +00:00
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= cpiazza
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:07:10 +00:00
COMMENT= X11/gtk+ mixer control
ALL_TARGET= gmixer
USE_GNOME= gtk12
2000-10-05 06:36:23 +00:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gmixer ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/icons/gmixer.xpm ${PREFIX}/share/pixmaps
.include <bsd.port.mk>