21 lines
381 B
Makefile
21 lines
381 B
Makefile
# New ports collection makefile for: UML
|
|
# Date created: 21 September 2001
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= uml
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
|
|
USE_KDELIBS_VER=2
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|