1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/gtmixer/Makefile
Mathieu Arnold 6e83422724 Update ports in the a* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 12:57:55 +00:00

27 lines
548 B
Makefile

# Created by: Putrya Statislav
# $FreeBSD$
PORTNAME= gtmixer
PORTVERSION= 1.0.2
PORTREVISION= 1
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>