freebsd-ports/audio/wmmp/Makefile
Antoine Brodin 6bc2f635a7 - Allow staging as a regular user
- Bump portrevision as a setgid file wasn't packaged with intended group
2014-09-21 15:40:47 +00:00

22 lines
471 B
Makefile

# Created by: Peter Vereshagin <peter@vereshagin.org>
# $FreeBSD$
PORTNAME= WMmp
PORTVERSION= 0.10.0
PORTREVISION= 1
CATEGORIES= audio windowmaker
MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION}
MAINTAINER= peter@vereshagin.org
COMMENT= Window Maker Dockapp for MusicPD
GNU_CONFIGURE= yes
USE_XORG= x11 xpm
PLIST_FILES= "@(,kmem,2555) bin/WMmp" \
man/man1/WMmp.1.gz
post-patch:
@${REINPLACE_CMD} '/SETGID_FLAGS=/d' ${WRKSRC}/configure
.include <bsd.port.mk>