1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/gtmixer/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

27 lines
548 B
Makefile

# Created by: Putrya Statislav
# $FreeBSD$
PORTNAME= gtmixer
PORTVERSION= 1.0.2
PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= vagner@bsdway.ru
COMMENT= GTK2.0 Sound Mixer
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= svagner
USES= pkgconfig
USE_GNOME= gtk20
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/gtmixer
${CP} -r ${WRKSRC}/icons ${STAGEDIR}${PREFIX}/share/gtmixer/
${INSTALL_MAN} ${WRKSRC}/gtmixer.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>