aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgpc/Makefile
blob: 2db703c5cc0959eb938c69ca09adaa8b7feec910 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Mikhail Teterin
# $FreeBSD$

PORTNAME=   libgpc
PORTVERSION=    2.32
CATEGORIES= devel math graphics
MASTER_SITES=   http://www.cs.man.ac.uk/~toby/alan/software/assets/
DISTNAME=   gpc${PORTVERSION:S/.//}

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

USES=       dos2unix uidfix zip
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

.include <bsd.port.mk>