diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-06 09:36:44 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-06 09:36:44 +0000 |
commit | 70f4095e5b940a031ea8fba95e66c4b7fcd6b752 (patch) | |
tree | 1a56991bfae6dda7873dfd8b0d69b2ec4ea644db /audio/gmixer/Makefile | |
parent | d02e46d89760a02b010a1f9f0186bdc0214b0174 (diff) | |
download | ports-70f4095e5b940a031ea8fba95e66c4b7fcd6b752.tar.gz ports-70f4095e5b940a031ea8fba95e66c4b7fcd6b752.zip |
Notes
Diffstat (limited to 'audio/gmixer/Makefile')
-rw-r--r-- | audio/gmixer/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/gmixer/Makefile b/audio/gmixer/Makefile index c47c04a8b161..921b8585effa 100644 --- a/audio/gmixer/Makefile +++ b/audio/gmixer/Makefile @@ -3,7 +3,7 @@ # Date created: 25 February 1999 # Whom: Chris Piazza <cpiazza@home.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/04/03 01:48:17 steve Exp $ # DISTNAME= gmixer-0.98c @@ -12,11 +12,14 @@ MASTER_SITES= http://junior.technion.ac.il/~sergey/linux/ MAINTAINER= cpiazza@home.net -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${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> |