diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-05-26 14:34:27 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-05-26 14:34:27 +0000 |
commit | b5836b232f53306c635b5c75f7e1d8b93119b3fe (patch) | |
tree | 7cfb4be566718c99a0662d917afa990b9e31facc /audio/gmixer/Makefile | |
parent | - Update to 1.0.6.10 (diff) |
- Take maintainership.
- Removed pkg-plist.
- Added PLIST_FILES into Makefile.
PR: ports/112335
Submitted by: Pietro Cerutti<gahr@gahr.ch>
Approved by: itetcu(mentor)
Notes
Notes:
svn path=/head/; revision=191904
Diffstat (limited to 'audio/gmixer/Makefile')
-rw-r--r-- | audio/gmixer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile index 8e2a49e18bd5..3969cef6fd44 100644 --- a/audio/gmixer/Makefile +++ b/audio/gmixer/Makefile @@ -12,12 +12,13 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= cpiazza -MAINTAINER= ports@FreeBSD.org +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 |