mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d4ad06791f
Make it fetchable again
31 lines
602 B
Makefile
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>
|