freebsd-ports/math/chryzodus/Makefile
Chris Rees 313dd0e205 Move allegro-devel to allegro; 4.4 is hardly a devel version any more.
Minor fix required in emulators/o2em.

Remove allegrogl, which is broken and included in allegro-4.4 anyway.

Update allegro-devel to 5.0.7 [1]

PR:		ports/172981 [1]
Submitted by:	nemysis <nemysis@gmx.ch> [1]
2013-07-26 16:04:47 +00:00

31 lines
639 B
Makefile

# New ports collection makefile for: chryzodus
# Date created: 2005-07-09
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= chryzodus
PORTVERSION= 0.32
DISTVERSIONSUFFIX= -src
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF
MAINTAINER= nivit@FreeBSD.org
COMMENT= A chryzode (http//www.chryzode.org) explorer
LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= makefile.unx
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}; \
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>