blob: 22f55d9beb6177f34760ee643c4dda5c07e739ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|