openbsd-ports/audio/xmcd/Makefile

18 lines
366 B
Makefile
Raw Normal View History

1999-09-06 14:57:52 -04:00
# $OpenBSD: Makefile,v 1.8 1999/09/06 18:57:52 brad Exp $
1998-05-20 21:38:01 -04:00
DISTNAME= xmcd-2.3
CATEGORIES= audio
1999-09-06 14:57:52 -04:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications/xmcd
1998-05-20 21:38:01 -04:00
MAINTAINER= ports@openbsd.org
1998-10-06 20:27:17 -04:00
USE_MOTIF= yes
USE_IMAKE= yes
IS_INTERACTIVE= yes # asks a lot of questions
1998-05-20 21:38:01 -04:00
post-install:
${CP} ${WRKSRC}/README ${PREFIX}/lib/X11/xmcd
.include <bsd.port.mk>