aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgpc/Makefile
blob: 3982edb3b241f1c98e9a9c5d109bc1005a2c8176 (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
# New ports collection makefile for:    gpc
# Date created:     22 October 2005
# Whom:         Mikhail Teterin
#
# $FreeBSD$
#

PORTNAME=   libgpc
PORTVERSION=    2.32
CATEGORIES= devel math graphics
MASTER_SITES=   ftp://ftp.cs.man.ac.uk/pub/toby/gpc/
DISTNAME=   gpc${PORTVERSION:S/.//}

MAINTAINER= mi@aldan.algebra.com
COMMENT=    Generic Polygon Clipper

USE_ZIP=    yes
PLIST_FILES=    lib/libgpc.so.2 \
        lib/libgpc.so   lib/libgpc.a    \
        include/gpc.h
USE_LDCONFIG=   yes
NO_CDROM=   Can't be used for profit without permission

MAKEFILE=   ${FILESDIR}/BSDmakefile

EXTRACT_BEFORE_ARGS=-qoa

.include <bsd.port.mk>