freebsd-ports/archivers/ucl/Makefile
Edwin Groothuis f0570da20b Removed MASTER_SITE_SUNSITE from the master_sites, it doesn't appear
it has ever been there.
Noticed by: portsurvey.
2002-12-28 03:49:15 +00:00

29 lines
664 B
Makefile

# New ports collection makefile for: ucl
# Date created: 29 January 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ucl
PORTVERSION= 1.01
CATEGORIES= archivers devel
MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
MAINTAINER= sobomax@FreeBSD.org
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-shared
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack \
${PREFIX}/bin/uclpack
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
.for file in COPYING README
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/${PORTNAME}
.endfor
.endif
.include <bsd.port.mk>