summaryrefslogblamecommitdiff
path: root/audio/gmixer/Makefile
blob: ffea2e4c3282ec0767422d646113ab2b8422d03b (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              
                                       
                                                         
 
           

 

                      
                     

                                    
 
                                   
 

                      

                   

                                                         
                                         
                                                                          

                      
# New ports collection makefile for:	gmixer
# Date created:        25 February 1999
# Whom:                Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	gmixer
PORTVERSION=	0.98c
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	cpiazza

MAINTAINER=	cpiazza@FreeBSD.org

ALL_TARGET=	gmixer

USE_GTK=	yes

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>