freebsd-ports/devel/ustl/Makefile
Ying-Chieh Liao 8f5de719d8 add ustl 0.4.1
Codespace-frugal STL implementation
2003-12-26 07:39:00 +00:00

25 lines
513 B
Makefile

# ex:ts=8
# Ports collection makefile for: uSTL
# Date created: Dec 26, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= ustl
PORTVERSION= 0.4.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Codespace-frugal STL implementation
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
HAS_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= # empty
.include <bsd.port.mk>