1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/audio/gmixer/Makefile
Justin M. Seger 70f4095e5b Minor cleanups: Use gtk12 and ${INSTALL_*}.
PR:		ports/10936
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-06 09:36:44 +00:00

26 lines
638 B
Makefile

# New ports collection makefile for: gmixer
# Version required: 0.98c
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
# $Id: Makefile,v 1.1.1.1 1999/04/03 01:48:17 steve Exp $
#
DISTNAME= gmixer-0.98c
CATEGORIES= audio
MASTER_SITES= http://junior.technion.ac.il/~sergey/linux/
MAINTAINER= cpiazza@home.net
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
ALL_TARGET= gmixer
pre-install:
@ ${MKDIR} ${PREFIX}/share/pixmaps
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gmixer ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/icons/gmixer.xpm ${PREFIX}/share/pixmaps
.include <bsd.port.mk>