6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
632 B
Makefile
28 lines
632 B
Makefile
# New ports collection makefile for: gmixer
|
|
# Date created: 25 February 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gmixer
|
|
PORTVERSION= 0.98c
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= cpiazza
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= X11/gtk+ mixer control
|
|
|
|
ALL_TARGET= gmixer
|
|
|
|
USE_GNOME= gtk12
|
|
PLIST_FILES= bin/gmixer share/pixmaps/gmixer.xpm
|
|
|
|
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>
|