mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
37 lines
846 B
Makefile
37 lines
846 B
Makefile
# New ports collection makefile for: xwave
|
|
# Date created: 11 June 2000
|
|
# Whom: Trevor Johnson
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xwave
|
|
PORTVERSION= 2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= trevor
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/./v/}
|
|
|
|
MAINTAINER= martin.kraft@fal.de
|
|
COMMENT= Audio player/recorder/editor for the X Window System
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}2-981109
|
|
USE_IMAKE= yes
|
|
USE_XORG= xpm
|
|
|
|
DOC_FILES= README README-XWAVE2 README.v06 INSTALL
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/xwave ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/src/XWave ${PREFIX}/lib/X11/app-defaults
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/xwave
|
|
.for i in ${DOC_FILES}
|
|
${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/share/doc/xwave
|
|
.endfor
|
|
.endif
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|