freebsd-ports/devel/domc/Makefile
Pete Fritchman 4fc0f62ed6 - update to 0.5.8
- don't rewrite do-install, patch the distribution's Makefile instead

PR:		33334
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-30 19:52:44 +00:00

31 lines
574 B
Makefile

# ex:ts=8
# New ports collection makefile for: domc
# Date created: Oct 8, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= domc
PORTVERSION= 0.5.8
CATEGORIES= devel
MASTER_SITES= http://auditorymodels.org/domc/src/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= expat.1:${PORTSDIR}/textproc/expat
SHLIB_MAJOR= 0
MAKE_ENV= SHLIB_MAJOR="${SHLIB_MAJOR}"
INSTALLS_SHLIB= yes
PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/*.* ${DOCSDIR}
.endif
.include <bsd.port.mk>