mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- New port: sysutils/fpc-uuid
Free Pascal uuid unit PR: 146001 Submitted by: Christopher Key <cjk32 at_ cam.ac.uk>
This commit is contained in:
parent
d49657a458
commit
84e720ffc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259385
@ -241,6 +241,7 @@
|
||||
SUBDIR += fpc-syslog
|
||||
SUBDIR += fpc-users
|
||||
SUBDIR += fpc-utmp
|
||||
SUBDIR += fpc-uuid
|
||||
SUBDIR += fpkg
|
||||
SUBDIR += freebsd-snapshot
|
||||
SUBDIR += freecolor
|
||||
|
21
sysutils/fpc-uuid/Makefile
Normal file
21
sysutils/fpc-uuid/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: fpc-uuid
|
||||
# Date created: 2010-04-22
|
||||
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= sysutils lang
|
||||
PKGNAMESUFFIX= -uuid
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Free Pascal uuid unit
|
||||
|
||||
USE_FPC= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
12
sysutils/fpc-uuid/pkg-plist
Normal file
12
sysutils/fpc-uuid/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/uuid/Package.fpc
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/uuid/libplibuuid.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/uuid/libpmacuuid.a
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/uuid/libuuid.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/uuid/libuuid.ppu
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/uuid/macuuid.o
|
||||
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/uuid/macuuid.ppu
|
||||
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/uuid
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%/units
|
||||
@dirrmtry lib/fpc/%%PORTVERSION%%
|
||||
@dirrmtry lib/fpc
|
Loading…
Reference in New Issue
Block a user