mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
6e83422724
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
27 lines
548 B
Makefile
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>
|