mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
b5836b232f
- Removed pkg-plist. - Added PLIST_FILES into Makefile. PR: ports/112335 Submitted by: Pietro Cerutti<gahr@gahr.ch> Approved by: itetcu(mentor)
29 lines
628 B
Makefile
29 lines
628 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= 4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= cpiazza
|
|
|
|
MAINTAINER= gahr@gahr.ch
|
|
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>
|