1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Convert to new options framework

- Remove indefinite article from COMMENT
- Add LICENSE (GPLv2)
- Trim Makefile header

Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
This commit is contained in:
Jason E. Hale 2012-10-20 16:28:14 +00:00
parent 3033530a18
commit a0c756b14a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306203

View File

@ -1,9 +1,4 @@
# New ports collection makefile for: xmmsctrl
# Date created: 22 September 2005
# Whom: Jason E. Hale <jhale@bluebottle.com>
#
# $FreeBSD$
#
PORTNAME= xmmsctrl
PORTVERSION= 1.8
@ -15,7 +10,9 @@ MASTER_SITES= http://user.it.uu.se/~adavid/utils/ \
http://www.sourcefiles.org/Multimedia/MP3/Tools/Miscellaneous/
MAINTAINER= jhale@FreeBSD.org
COMMENT= A small utility to control XMMS from the command line
COMMENT= Small utility to control XMMS from the command line
LICENSE= GPLv2
BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
@ -26,10 +23,12 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PORTDOCS= Changelog README
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xmmsctrl ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
${MKDIR} ${EXAMPLESDIR}