1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/cad/gplcver/Makefile
Baptiste Daroussin d4ad06791f Point to the new home
Make it fetchable again
2011-06-16 10:41:31 +00:00

31 lines
602 B
Makefile

# ex:ts=8
# Ports collection makefile for: gpl-cver
# Date created: May 13, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= gplcver
PORTVERSION= 2.12.a
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}${PORTVERSION:E}/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}.src
MAINTAINER= ports@FreeBSD.org
COMMENT= A Verilog HDL simulator
USE_BZIP2= yes
BUILD_WRKSRC= ${WRKSRC}/src
USE_GMAKE= yes
MAKEFILE= makefile.freebsd
PLIST_FILES= bin/cver
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/cver ${PREFIX}/bin
.include <bsd.port.post.mk>