mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
730ba04640
Compiler. Prompted by: kris The directory may be repo-copied too...
29 lines
600 B
Makefile
29 lines
600 B
Makefile
# 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.${PORTVERSION} \
|
|
lib/libgpc.so lib/libgpc.a \
|
|
include/gpc.h
|
|
INSTALLS_SHLIB= yes
|
|
NO_CDROM= Can't be used for profit without permission
|
|
|
|
MAKEFILE= ${FILESDIR}/BSDmakefile
|
|
|
|
EXTRACT_BEFORE_ARGS=-qoa
|
|
|
|
.include <bsd.port.mk>
|