# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: volumecontrol.app X# Date created: 28 Aug 2006 X# Whom: gurkan@linuks.mine.nu X# X# $FreeBSD$ X# X XPORTNAME= volumecontrol.app XPORTVERSION= 0.5 XCATEGORIES= audio XMASTER_SITES= http://www.linuks.mine.nu/volumecontrol/ XDISTNAME= volumecontrol-${PORTVERSION} X XMAINTAINER= gurkan@linuks.mine.nu XCOMMENT= Audio mixer for GNUstep X XWRKSRC= ${WRKDIR}/volumecontrol-${PORTVERSION} XUSE_GMAKE= yes XUSE_GNUSTEP= yes XUSE_GNUSTEP_PREFIX= yes XUSE_GNUSTEP_BACK= yes XUSE_GNUSTEP_BUILD= yes XUSE_GNUSTEP_INSTALL= yes XMAKEFILE= GNUmakefile X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (volumecontrol-0.5.tar.gz) = 30664abc13eafb55a6792653d5bbda48 XSHA256 (volumecontrol-0.5.tar.gz) = 4eb0ca4b6b07647c54bf49fa7e95de95dd8265b49ede5f2bdd14ee6e846aac6a XSIZE (volumecontrol-0.5.tar.gz) = 20073 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XVolumeControl is a GNUstep program for adjusting the audio mixer Xon systems that use the OSS API. It allows the sound level, Xleft/right speakers, muting for master, PCM, bass, and treble Xlevels to be controlled. X XGürkan Sengün Xgurkan@linuks.mine.nu END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' XLocal/Applications/VolumeControl.app XLocal/Applications/VolumeControl.app/VolumeControl XLocal/Applications/VolumeControl.app/library_paths.openapp XLocal/Applications/VolumeControl.app/Resources XLocal/Applications/VolumeControl.app/Resources/Info-gnustep.plist XLocal/Applications/VolumeControl.app/Resources/VolumeControl.gorm XLocal/Applications/VolumeControl.app/Resources/VolumeControl.gorm/objects.gorm XLocal/Applications/VolumeControl.app/Resources/VolumeControl.gorm/data.classes XLocal/Applications/VolumeControl.app/Resources/VolumeControl.gorm/data.info XLocal/Applications/VolumeControl.app/Resources/VolumeControl.desktop XLocal/Applications/VolumeControl.app/Resources/headphones.tiff XLocal/Applications/VolumeControl.app/Resources/VolumeControl.rtf XLocal/Applications/VolumeControl.app/stamp.make X@dirrm System/Applications/VolumeControl.app/Resources X@dirrm System/Applications/VolumeControl.app END-of-pkg-plist exit