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 | 9cdc73f936ca628405cb3589a7ecfa37171fc8ad (diff) |
Notes
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 |