openbsd-ports/audio/xcdplayer/Makefile

27 lines
542 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.27 2010/10/24 21:00:30 ajacoutot Exp $
1998-05-21 20:09:18 -04:00
COMMENT= CD player for X11
DISTNAME= xcdplayer-2.2
REVISION= 4
1998-05-21 20:09:18 -04:00
CATEGORIES= audio
2002-10-24 18:20:03 -04:00
2004-05-18 04:45:33 -04:00
MASTER_SITES= ${MASTER_SITE_R5CONTRIB}
1998-05-21 20:09:18 -04:00
EXTRACT_SUFX= .tar.Z
2000-03-31 16:48:47 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xpm Xt c
2000-02-12 01:29:49 -05:00
2010-10-18 12:52:44 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE=imake
2002-10-24 18:20:03 -04:00
NO_REGRESS= Yes
1998-05-21 20:09:18 -04:00
pre-patch:
@cp ${FILESDIR}/*.[ch] ${WRKSRC}
@mv ${WRKSRC}/xcdplayer.1 ${WRKSRC}/xcdplayer.man
1998-05-21 20:09:18 -04:00
.include <bsd.port.mk>