freebsd-ports/www/csstidy/Makefile
Mark Linimon d46c2efac2 Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.
We hope to see ijliao back again sometime.

Hat:		portmgr
2010-12-28 06:31:49 +00:00

29 lines
591 B
Makefile

# ex:ts=8
# Ports collection makefile for: csstidy
# Date created: Apr 9, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= csstidy
PORTVERSION= 1.2
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/CSSTidy%20%28C%2B%2B%2C%20stable%29/${PORTVERSION}
DISTNAME= ${PORTNAME}-source-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An opensource CSS parser and optimiser
USE_ZIP= yes
NO_WRKSUBDIR= yes
PLIST_FILES= bin/csstidy
do-build:
@cd ${WRKSRC} && ${CXX} ${CXXFLAGS} *.cpp -o ${PORTNAME}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>