mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
09dd8fb643
over 15 days.
26 lines
598 B
Makefile
26 lines
598 B
Makefile
# New ports collection makefile for: gmixer
|
|
# Version required: 0.98c
|
|
# Date created: 25 February 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= gmixer-0.98c
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.freebsd.org/~cpiazza/distfiles/
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gtk12.2:${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>
|