mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
9da8f39269
Submitted by: Gennady Sorokopud <gena@netvision.net.il>
21 lines
386 B
Makefile
21 lines
386 B
Makefile
# New ports collection makefile for: xmcd
|
|
# Version required: 1.4
|
|
# Date created: 16 Februar 1995
|
|
# Whom: gena
|
|
#
|
|
# $Id: Makefile,v 1.0 1995/02/16 21:44:00 gena Exp $
|
|
#
|
|
|
|
DISTNAME= xmcd-1.4
|
|
DISTFILES= xmcd-1.4.tar.gz
|
|
|
|
MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmcd/
|
|
|
|
USE_IMAKE= yes
|
|
IS_INTERACTIVE= yes
|
|
|
|
pre-install:
|
|
@(cd ${WRKSRC}; ${MAKE} Makefiles)
|
|
|
|
.include <bsd.port.mk>
|