aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vcdgear/Makefile
blob: cb3728761aabc26bcb91166bcf3157c6b12a36a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    vcdgear
# Date created:     06 January 1999
# Whom:         Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   vcdgear
PORTVERSION=    1.5
CATEGORIES=     graphics
MASTER_SITES=   http://www.vcdgear.org/files/

MAINTAINER= cpiazza@FreeBSD.org

USE_ZIP=    yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300004
BROKEN= 'Only an ELF binary is distributed'
.endif

.if ${ARCH} == i386
DISTNAME=   ${PORTNAME}15_FreeBSD4.0_Intel
.else if ${ARCH} == alpha
DISTNAME=   ${PORTNAME}15_FreeBSD4.0_Alpha
.endif

NO_BUILD=   true
NO_WRKSUBDIR=   true

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/vcdgear15_static ${PREFIX}/bin/vcdgear

.include <bsd.port.post.mk>